Skip to content

Commit cbd3e09

Browse files
Danielius1922Daniel Adam
authored and
Daniel Adam
committed
Update GitHub actions
docker/build-push-action: v5 -> v6
1 parent 6c9b1dc commit cbd3e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish-cfg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)