diff --git a/.github/workflows/build_algorithm.yml b/.github/workflows/build_algorithm.yml index 695bb24e..6f058e77 100644 --- a/.github/workflows/build_algorithm.yml +++ b/.github/workflows/build_algorithm.yml @@ -68,7 +68,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.4 \ + ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.5 \ build_algorithm ${{ needs.init.outputs.ALGORITHM }} - name: Upload Artifact @@ -105,7 +105,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.4 \ + ghcr.io/tig-foundation/tig-monorepo/${{ needs.init.outputs.CHALLENGE }}/dev:0.0.5 \ build_algorithm ${{ needs.init.outputs.ALGORITHM }} - name: Upload Artifact