File tree 2 files changed +4
-4
lines changed
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 57
57
# semver
58
58
type=semver,pattern={{version}}
59
59
- name : push
60
- uses : docker/build-push-action@v5
60
+ uses : docker/build-push-action@v6
61
61
with :
62
62
context : .
63
63
push : true
@@ -124,7 +124,7 @@ jobs:
124
124
# semver
125
125
type=semver,pattern={{version}}
126
126
- name : push
127
- uses : docker/build-push-action@v5
127
+ uses : docker/build-push-action@v6
128
128
with :
129
129
context : .
130
130
push : true
You can’t perform that action at this time.
0 commit comments