Bump git workflow to 0.0.5

This commit is contained in:
FiveMovesAhead 2026-01-28 09:17:04 +00:00
parent 938a4b2c20
commit 8629e985f2

View File

@ -68,7 +68,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.4 \ ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.5 \
build_algorithm ${{ needs.init.outputs.ALGORITHM }} build_algorithm ${{ needs.init.outputs.ALGORITHM }}
- name: Upload Artifact - name: Upload Artifact
@ -105,7 +105,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.4 \ ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.5 \
build_algorithm ${{ needs.init.outputs.ALGORITHM }} build_algorithm ${{ needs.init.outputs.ALGORITHM }}
- name: Upload Artifact - name: Upload Artifact