Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v5)

---
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]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 1ad37a3 commit dc72edb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build to local cache
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
target: dev-generic
platforms: linux/amd64,linux/arm64
Expand All @@ -157,7 +157,7 @@ jobs:
cache-to: type=local,dest=${{ steps.paths.outputs.local-new }},mode=max
- name: Push to registry cache
if: ${{ env.docker-hub-credentials == 'true' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
target: dev-generic
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and load 'build' candidate image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
target: build
build-args: |
Expand All @@ -310,7 +310,7 @@ jobs:
cache-to: type=inline
load: true
- name: Build and load 'dev' candidate image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
target: dev
build-args: |
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
if: ${{ always() }}
- name: Build and push 'build' candidate image (x86_64 and arm64)
if: ${{ steps.docker-hub-login.outcome == 'success' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
target: build
platforms: linux/amd64,linux/arm64
Expand All @@ -456,7 +456,7 @@ jobs:
push: true
- name: Build and push 'dev' candidate image (x86_64 + arm64)
if: ${{ steps.docker-hub-login.outcome == 'success' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
target: dev
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit dc72edb

Please sign in to comment.