File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed
Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 1414 LATEST_ZSH : " 5.9"
1515 LATEST_OMZ : " master" # TODO: we need to change master with main when migrating the branch
1616
17- permissions :
18- id-token : write
19- contents : read
20- attestations : write
21- packages : write
22-
2317jobs :
2418 get-omz-versions :
2519 name : Get Oh My Zsh versions
7872 push : ${{ github.event_name != 'pull_request' }}
7973 build-args : " OMZ_VERSION=${{ matrix.omz-version }}"
8074 tags : ${{ steps.tags.outputs.tags }}
81- - name : Attest
82- uses : actions/attest-build-provenance@v1
83- id : attest
84- with :
85- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
86- subject-digest : ${{ steps.push.outputs.digest }}
87- push-to-registry : true
75+ provenance : mode=max
76+ sbom : true
8877
8978 build-zsh :
9079 name : Build Zsh Docker images
@@ -164,13 +153,8 @@ jobs:
164153 push : ${{ github.event_name != 'pull_request' }}
165154 build-args : " ZSH_VERSION=${{ matrix.zsh-version }}"
166155 tags : ${{ steps.tags.outputs.tags }}
167- - name : Attest
168- uses : actions/attest-build-provenance@v1
169- id : attest
170- with :
171- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
172- subject-digest : ${{ steps.push.outputs.digest }}
173- push-to-registry : true
156+ provenance : mode=max
157+ sbom : true
174158
175159 update-image-readme :
176160 needs :
You can’t perform that action at this time.
0 commit comments