File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : build docker metadata
30
30
id : meta
31
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
31
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
32
32
with :
33
33
images : ${{ env.IMAGE_NAME }}
34
34
flavor : |
38
38
type=raw,value=latest
39
39
40
40
- name : build and push image
41
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
41
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
42
42
with :
43
43
context : .
44
44
push : true
Original file line number Diff line number Diff line change 54
54
uses : docker/setup-buildx-action@v3
55
55
56
56
- name : build docker image
57
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
57
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
58
58
with :
59
59
context : .
60
60
push : false
You can’t perform that action at this time.
0 commit comments