Skip to content

Commit ed7a942

Browse files
build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 (#707)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 973ec61 commit ed7a942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
install: true
7676

7777
- name: Docker Buildx (build)
78-
uses: docker/build-push-action@v6.19.2
78+
uses: docker/build-push-action@v7.0.0
7979
if: success() && !contains(github.ref, 'master')
8080
with:
8181
push: false
@@ -93,7 +93,7 @@ jobs:
9393
password: ${{ secrets.DOCKER_PASSWORD }}
9494

9595
- name: Docker Buildx (push)
96-
uses: docker/build-push-action@v6.19.2
96+
uses: docker/build-push-action@v7.0.0
9797
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
9898
with:
9999
push: true

0 commit comments

Comments
 (0)