Bump docker/build-push-action from 4 to 5 (#6832)

This commit is contained in:
dependabot[bot] 2023-09-19 07:44:36 +00:00 committed by GitHub
parent 3b2f14e7fd
commit 281b0f1caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to DockerHub and GHCR - name: Push to DockerHub and GHCR
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64

View File

@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to DockerHub and GHCR - name: Push to DockerHub and GHCR
id: build_and_push id: build_and_push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true