Bump git workflow from 0.0.2 to 0.0.3

This commit is contained in:
FiveMovesAhead 2025-10-08 13:51:10 +01:00
parent f6faa318a7
commit 358bc12fbc

View File

@ -53,7 +53,7 @@ jobs:
docker run --rm --user root \ docker run --rm --user root \
-v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}:/workspace \
-w /workspace \ -w /workspace \
ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.2 \ ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.3 \
build_algorithm ${{ needs.init.outputs.ALGORITHM }} build_algorithm ${{ needs.init.outputs.ALGORITHM }}
- name: Upload Artifact - name: Upload Artifact
@ -77,7 +77,7 @@ jobs:
docker run --rm --user root \ docker run --rm --user root \
-v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}:/workspace \
-w /workspace \ -w /workspace \
ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.2 \ ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.3 \
build_algorithm ${{ needs.init.outputs.ALGORITHM }} build_algorithm ${{ needs.init.outputs.ALGORITHM }}
- name: Upload Artifact - name: Upload Artifact