File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
echo "version=$version" >> $GITHUB_OUTPUT
89
89
90
90
- name : First try to build and push docker image
91
- uses : docker/build-push-action@v5
91
+ uses : docker/build-push-action@v6
92
92
# This needs to be true to proceed to the next step of failure
93
93
continue-on-error : true
94
94
# You need to specify an id to be able to tell what the status of this action was
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Second try to build and push docker image when first build fails
113
113
# Only run this step if step 1 fails. It knows that step one failed because we specified an `id` for the first step
114
114
if : steps.BuildAndPush1.outcome == 'failure'
115
- uses : docker/build-push-action@v5
115
+ uses : docker/build-push-action@v6
116
116
with :
117
117
context : ./
118
118
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments