Bump git ci to version 0.0.2
Some checks are pending
Test Workspace / Test Workspace (push) Waiting to run

This commit is contained in:
FiveMovesAhead 2025-08-28 11:13:38 +01:00
parent 9f89fc02a8
commit 5739d5e048

View File

@ -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