diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73889d5..45a0e9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,6 +121,7 @@ jobs: if: github.event_name != 'pull_request' with: containers: ${{ steps.recipe_meta.outputs.IMAGE_NAME }} + registry: ${{env.IMAGE_REGISTRY}} registry-token: ${{ secrets.GITHUB_TOKEN }} signing-secret: ${{ secrets.SIGNING_SECRET }} tags: ${{ steps.push.outputs.digest }}