Skip to content

Commit fc82ec8

Browse files
chore: bump docker/build-push-action from 4 to 6
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3e57c2 commit fc82ec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
3333
- name: Build and push container image
34-
uses: docker/build-push-action@v4
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: .
3737
push: true

.github/workflows/image-push-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
flavor: |
3636
latest=false
3737
- name: Build and push container image
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: .
4141
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)