Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
nanasess authored Jul 25, 2024
2 parents 8d7a99c + 905a520 commit 868c729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerbuild-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
type=match,prefix=${{ matrix.php }}-apache-,pattern=eccube2-weekly-(.*),group=1
- 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 @@ -116,7 +116,7 @@ jobs:
- run: git checkout composer.*
## 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

0 comments on commit 868c729

Please sign in to comment.