Skip to content

Commit 7dc9274

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#223)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38606d3 commit 7dc9274

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
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
images: ${{ env.GHCR_IMAGE_NAME }}
2323
- name: build
24-
uses: docker/build-push-action@v5
24+
uses: docker/build-push-action@v6
2525
with:
2626
context: .
2727
push: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# semver
103103
type=semver,pattern={{version}}
104104
- name: Build images
105-
uses: docker/build-push-action@v5
105+
uses: docker/build-push-action@v6
106106
with:
107107
outputs: "type=registry,push=true"
108108
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)