Skip to content

Commit 2ff5940

Browse files
chore(deps): 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] <support@github.com>
1 parent 6b89584 commit 2ff5940

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ 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
push: true
3737
platforms: linux/amd64,linux/arm64
3838
tags: |
3939
ghcr.io/${{ steps.repo_name.outputs.repository }}:latest
4040
labels: ${{ steps.docker_meta.outputs.labels }}
4141
- name: Build and push container image
42-
uses: docker/build-push-action@v4
42+
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
platforms: linux/amd64,linux/arm64

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
flavor: |
4040
latest=false
4141
- name: Build and push operator image
42-
uses: docker/build-push-action@v4
42+
uses: docker/build-push-action@v6
4343
with:
4444
platforms: linux/amd64,linux/arm64
4545
push: true
@@ -56,7 +56,7 @@ jobs:
5656
flavor: |
5757
latest=false
5858
- name: Build and push config daemon image
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v6
6060
with:
6161
platforms: linux/amd64,linux/arm64
6262
push: true

0 commit comments

Comments
 (0)