Skip to content

Commit 948d5be

Browse files
build(deps): bump docker/build-push-action from 4 to 6 (#10)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' 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 efaa66a commit 948d5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
type=raw,value=latest,enable={{is_default_branch}}
5656
5757
- name: Build and push
58-
uses: docker/build-push-action@v4
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: .
6161
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo "version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
4949

5050
- name: Build and push
51-
uses: docker/build-push-action@v4
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)