Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 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 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...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 Jun 18, 2024
1 parent 2fd63b9 commit 897fe99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Ubuntu 20.04 - Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ubuntu-focal.Dockerfile
Expand All @@ -35,7 +35,7 @@ jobs:
cruizba/ubuntu-dind:focal-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }}
- name: Ubuntu 22.04 - Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ubuntu-jammy.Dockerfile
Expand All @@ -45,7 +45,7 @@ jobs:
cruizba/ubuntu-dind:jammy-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }}
- name: Ubuntu 24.04 - Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ubuntu-noble.Dockerfile
Expand Down

0 comments on commit 897fe99

Please sign in to comment.