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@v5
34
+ uses : docker/build-push-action@v6
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@v5
71
+ uses : docker/build-push-action@v6
72
72
with :
73
73
context : .
74
74
push : false
Original file line number Diff line number Diff line change 55
55
# semver
56
56
type=semver,pattern={{version}}
57
57
- name : push
58
- uses : docker/build-push-action@v5
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
context : .
61
61
push : true
@@ -122,7 +122,7 @@ jobs:
122
122
# semver
123
123
type=semver,pattern={{version}}
124
124
- name : push
125
- uses : docker/build-push-action@v5
125
+ uses : docker/build-push-action@v6
126
126
with :
127
127
context : .
128
128
push : true
You can’t perform that action at this time.
0 commit comments