diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 539f8a9..fbd4c0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: needs: build-rest runs-on: ubuntu-latest env: - DOCKER_IMAGE_TAG: ${{ github.sha }} # needed to run the correct version through the wrapper + DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper steps: - name: Checkout