File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Extract metadata (tags, labels)
37
37
id : docker-meta
38
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
38
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
39
39
with :
40
40
images : ${{ env.DOCKER_IMAGE_NAME }}
41
41
tags : |
45
45
46
46
- name : Build and push image
47
47
id : docker-push
48
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
48
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
49
49
with :
50
50
context : .
51
51
provenance : mode=max
55
55
labels : ${{ steps.docker-meta.outputs.labels }}
56
56
57
57
- name : Attest image
58
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
58
+ uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
59
59
with :
60
60
subject-name : index.docker.io/${{ env.DOCKER_IMAGE_NAME }}
61
61
subject-digest : ${{ steps.docker-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments