Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...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]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 1bdd498 commit 97c2e16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Docker tags based on the following events/attributes

- name: Build and push amd64
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
Expand All @@ -48,7 +48,7 @@ jobs:


- name: Build and push amd64 latest
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
Expand All @@ -57,7 +57,7 @@ jobs:
labels: ${{ steps.dockeraction.outputs.labels }}

- name: Build and push arm64 latest
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.arm
Expand All @@ -67,7 +67,7 @@ jobs:
labels: ${{ steps.dockeraction.outputs.labels }}

- name: Build and push arm64
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.arm
Expand Down

0 comments on commit 97c2e16

Please sign in to comment.