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