We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e13ab commit 6c96ee2Copy full SHA for 6c96ee2
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -153,7 +153,7 @@ jobs:
153
with:
154
subject-name: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.container_name }}
155
subject-digest: ${{ steps.resolve_arch_digest.outputs.digest }}
156
- push-to-registry: true
+ push-to-registry: false
157
- name: Summarise attested image
158
run: |
159
echo "## ATTESTED IMAGE : ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:${DOCKER_TAG}-${ARCHITECTURE}@${DIGEST}" >> "$GITHUB_STEP_SUMMARY"
0 commit comments