Skip to content

Commit

Permalink
Merge pull request EC-CUBE#6238 from EC-CUBE/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-6

build(deps): bump docker/build-push-action from 4 to 6
  • Loading branch information
dotani1111 authored Jun 24, 2024
2 parents f7f857b + b147e1e commit b4250db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
type=ref,event=pr,prefix=${{ matrix.php }}-apache-pr-
- name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
load: true
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
## see https://docs.github.com/ja/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action

- name: Push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: success()
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zaproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Container Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
tags: ec-cube
Expand Down

0 comments on commit b4250db

Please sign in to comment.