From 5739d5e048bb30e3045fc7d80b5cc93234bc0bf4 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Thu, 28 Aug 2025 11:13:38 +0100 Subject: [PATCH] Bump git ci to version 0.0.2 --- .github/workflows/build_algorithm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_algorithm.yml b/.github/workflows/build_algorithm.yml index dcb6ff21..30004d36 100644 --- a/.github/workflows/build_algorithm.yml +++ b/.github/workflows/build_algorithm.yml @@ -56,7 +56,7 @@ jobs: docker run --rm --user root \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ - ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.1 \ + ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.2 \ build_algorithm ${{ needs.init.outputs.ALGORITHM }} - name: Upload Artifact @@ -80,7 +80,7 @@ jobs: docker run --rm --user root \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ - ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.1 \ + ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.2 \ build_algorithm ${{ needs.init.outputs.ALGORITHM }} - name: Upload Artifact