Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent 579dec6 commit 794a772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the container
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: ./images/${{ matrix.os }}.Dockerfile
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-ACR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.ACR_PASSWORD }}

- name: Build and push the image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: "images/ubuntu-jammy.Dockerfile"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-jammy-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: "images/rootless-ubuntu-jammy.Dockerfile"
push: true
Expand Down

0 comments on commit 794a772

Please sign in to comment.