Skip to content

Commit b450682

Browse files
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 a0fb90d commit b450682

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cp target/x86_64-unknown-linux-musl/release/controller .
5757
5858
- name: Docker buildx and push with base features
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v6
6060
with:
6161
context: .
6262
cache-from: type=gha,scope=base
@@ -67,7 +67,7 @@ jobs:
6767
platforms: linux/amd64
6868

6969
- name: Persist base image build to a tarball
70-
uses: docker/build-push-action@v4
70+
uses: docker/build-push-action@v6
7171
with:
7272
context: .
7373
platforms: linux/amd64
@@ -128,7 +128,7 @@ jobs:
128128
password: ${{ secrets.DOCKERHUB_TOKEN }}
129129

130130
- name: Docker buildx and push with telemetry
131-
uses: docker/build-push-action@v4
131+
uses: docker/build-push-action@v6
132132
with:
133133
context: .
134134
cache-from: type=gha,scope=otel

0 commit comments

Comments
 (0)