Skip to content

Commit d770b04

Browse files
don't build docker images that doesn't exist.
1 parent e862e82 commit d770b04

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,3 @@ jobs:
4444
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
subject-digest: ${{ steps.push.outputs.digest }}
4646
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

Comments
 (0)