Skip to content

Commit

Permalink
Merge pull request #30 from cruizba/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
cruizba authored Jul 7, 2024
2 parents da10b18 + 897fe99 commit bbfa25a
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 @@ -36,7 +36,7 @@ jobs:
cruizba/ubuntu-dind:focal-latest
- 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 @@ -47,7 +47,7 @@ jobs:
cruizba/ubuntu-dind:jammy-latest
- 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 bbfa25a

Please sign in to comment.