Skip to content

Commit ebbee23

Browse files
chore(deps): bump docker/build-push-action from 6 to 7 (#429)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac603f3 commit ebbee23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2929
- name: build
30-
uses: docker/build-push-action@v6
30+
uses: docker/build-push-action@v7
3131
with:
3232
context: .
3333
push: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# semver
129129
type=semver,pattern={{version}}
130130
- name: Build images
131-
uses: docker/build-push-action@v6
131+
uses: docker/build-push-action@v7
132132
id: push
133133
with:
134134
outputs: "type=registry,push=true"

0 commit comments

Comments
 (0)