Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 6 (#86)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 21e0f21 commit e7f47d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cp target/x86_64-unknown-linux-musl/release/controller .
- name: Docker buildx and push with base features
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
cache-from: type=gha,scope=base
Expand All @@ -67,7 +67,7 @@ jobs:
platforms: linux/amd64

- name: Persist base image build to a tarball
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker buildx and push with telemetry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
cache-from: type=gha,scope=otel
Expand Down

0 comments on commit e7f47d1

Please sign in to comment.