mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
Bump git workflow to 0.0.5
This commit is contained in:
parent
938a4b2c20
commit
8629e985f2
4
.github/workflows/build_algorithm.yml
vendored
4
.github/workflows/build_algorithm.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user