We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e862e82 commit d770b04Copy full SHA for d770b04
.github/workflows/docker.yaml
@@ -44,11 +44,3 @@ jobs:
44
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
subject-digest: ${{ steps.push.outputs.digest }}
46
push-to-registry: true
47
- - name: Build and push unsigned image
48
- id: push-unsigned
49
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
50
- with:
51
- context: .
52
- file: Dockerfile.unsigned
53
- push: true
54
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:unsigned
0 commit comments