We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b3055 commit 1cf15bcCopy full SHA for 1cf15bc
.github/workflows/release.yml
@@ -150,6 +150,7 @@ jobs:
150
151
build_and_push_docker_image:
152
name: "Build Docker Images 🛠"
153
+ if: github.repository_owner == 'conda-incubator' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
154
runs-on: ubuntu-latest
155
needs: release-to-npmjs
156
permissions:
@@ -198,6 +199,6 @@ jobs:
198
199
- name: Generate artifact attestation
200
uses: actions/attest-build-provenance@v2
201
with:
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
202
+ subject-name: ${{ env.GH_CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}
203
subject-digest: ${{ steps.push.outputs.digest }}
204
push-to-registry: true
0 commit comments