Bump docker/build-push-action from 5 to 6 in the github-actions group (#4884)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-25 18:20:57 +09:00 committed by GitHub
parent bd28205663
commit 8fb0badfe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
echo "::set-output name=tag::$TAG"
- name: Build and push Docker image to Docker Hub
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Dockerfile
push: true
@ -83,7 +83,7 @@ jobs:
echo "::set-output name=tag::$TAG"
- name: Build and push Docker image to ${{ env.GHCR_REGISTRY }}
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Dockerfile
push: true