Skip to content

Commit

Permalink
Merge pull request #7 from neggles/renovate/docker-build-push-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v5
  • Loading branch information
neggles authored Sep 23, 2023
2 parents fe01811 + abbb316 commit f7c1298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Versioned Tags
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./runner
file: ./runner/${{ matrix.name }}-${{ matrix.os-name }}.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbci-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Versioned Tags
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./sbci
file: ./sbci/${{ matrix.name }}.dockerfile
Expand Down

0 comments on commit f7c1298

Please sign in to comment.