Skip to content

Commit

Permalink
chore(deps): Bump docker/build-push-action from 6.3.0 to 6.4.1
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.3.0...v6.4.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent 6dca295 commit c54ce8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v3.4.0

- name: Build arm64
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
with:
context: .
push: false
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
uses: docker/setup-buildx-action@v3.4.0

- name: Build amd64
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
with:
context: .
push: false
Expand Down

0 comments on commit c54ce8c

Please sign in to comment.