Skip to content

Commit 330cc13

Browse files
build(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 151ce93 commit 330cc13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tags: type=sha,prefix=
4343
flavor: latest=true
4444
- name: Build
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
context: .
4848
platforms: linux/amd64, linux/arm64, linux/arm
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Docker Buildx
5959
uses: docker/setup-buildx-action@v3
6060
- name: Build
61-
uses: docker/build-push-action@v6
61+
uses: docker/build-push-action@v7
6262
with:
6363
context: .
6464
platforms: linux/amd64
@@ -102,7 +102,7 @@ jobs:
102102
flavor: latest=true
103103
- name: Build and push
104104
id: push
105-
uses: docker/build-push-action@v6
105+
uses: docker/build-push-action@v7
106106
with:
107107
context: .
108108
push: ${{ github.event_name != 'pull_request' && github.event_name != 'schedule' }}

0 commit comments

Comments
 (0)