File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
latest=false
32
32
suffix=-amd64
33
33
- name : build
34
- uses : docker/build-push-action@v3
34
+ uses : docker/build-push-action@v5
35
35
with :
36
36
context : .
37
37
push : false
68
68
latest=false
69
69
suffix=-arm64v8
70
70
- name : build
71
- uses : docker/build-push-action@v3
71
+ uses : docker/build-push-action@v5
72
72
with :
73
73
context : .
74
74
push : false
Original file line number Diff line number Diff line change 53
53
# branch
54
54
type=ref,event=branch
55
55
- name : push
56
- uses : docker/build-push-action@v3
56
+ uses : docker/build-push-action@v5
57
57
with :
58
58
context : .
59
59
push : true
@@ -118,7 +118,7 @@ jobs:
118
118
# branch
119
119
type=ref,event=branch
120
120
- name : push
121
- uses : docker/build-push-action@v3
121
+ uses : docker/build-push-action@v5
122
122
with :
123
123
context : .
124
124
push : true
You can’t perform that action at this time.
0 commit comments