Update docker/build-push-action action to v6 #10

Open
renovate-bot wants to merge 1 commit from renovate/docker-build-push-action-6.x into master

View file

@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: ${{ gitea.event_name != 'pull_request' }}
platforms: |
@ -109,7 +109,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: ${{ gitea.event_name != 'pull_request' }}
platforms: |
@ -165,7 +165,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: ${{ gitea.event_name != 'pull_request' }}
platforms: |
@ -221,7 +221,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: ${{ gitea.event_name != 'pull_request' }}
platforms: |