Skip to content

Commit 53b6a33

Browse files
committed
6601: Fixed build image names in actions - III
1 parent a4c34cb commit 53b6a33

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/github_build_release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,8 @@ jobs:
113113
push: true
114114
tags: ${{ steps.meta-main.outputs.tags }}
115115
labels: ${{ steps.meta-main.outputs.labels }}
116-
provenance: mode=max
117116
sbom: true
118117

119-
- name: Generate artifact attestation (main)
120-
uses: actions/attest-build-provenance@v3
121-
with:
122-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_MAIN }}
123-
subject-digest: ${{ steps.push-main.outputs.digest }}
124-
push-to-registry: true
125-
126118
# Build Nginx (depends on main)
127119
- name: Docker meta (nginx)
128120
id: meta-nginx
@@ -145,12 +137,4 @@ jobs:
145137
pull: true
146138
tags: ${{ steps.meta-nginx.outputs.tags }}
147139
labels: ${{ steps.meta-nginx.outputs.labels }}
148-
provenance: mode=max
149140
sbom: true
150-
151-
- name: Generate artifact attestation (nginx)
152-
uses: actions/attest-build-provenance@v3
153-
with:
154-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_NGINX }}
155-
subject-digest: ${{ steps.push-nginx.outputs.digest }}
156-
push-to-registry: true

0 commit comments

Comments
 (0)