diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 0a81898..4ad3bb4 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -37,6 +37,7 @@ jobs: uses: cern-sis/gh-workflows/.github/actions/docker-build@v6 with: registry: ${{ env.REGISTRY }} + stage: refextract image: ${{ env.IMAGE }} cache: false username: ${{ secrets.HARBOR_USERNAME }}