Skip to content

Commit

Permalink
Bump docker/build-push-action from 3.1.1 to 5.1.0
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.1.1 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.1.1...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent 7203627 commit eb0350a
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 @@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push latest
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./Dockerfile
Expand All @@ -76,7 +76,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Build and push ARMv7
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./Dockerfile
Expand All @@ -92,7 +92,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Build and push ARMv6
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit eb0350a

Please sign in to comment.