Skip to content

Commit 95a0d81

Browse files
authored
Merge pull request #6728 from EC-CUBE/dependabot/github_actions/docker/build-push-action-7.1.0
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents 3d3b70a + 13c828b commit 95a0d81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dockerbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
type=ref,event=pr,prefix=${{ matrix.php }}-apache-pr-
7777
7878
- name: Build and export to Docker
79-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
79+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
8080
with:
8181
context: .
8282
load: true
@@ -124,7 +124,7 @@ jobs:
124124
## 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
125125

126126
- name: Push Docker image
127-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
127+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
128128
if: success()
129129
with:
130130
context: .

.github/workflows/zaproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
3333

3434
- name: Container Build
35-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
35+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
3636
with:
3737
context: .
3838
tags: ec-cube

0 commit comments

Comments
 (0)