Skip to content

Commit

Permalink
Merge pull request #132 from avisi-cloud/renovate/docker-build-push-a…
Browse files Browse the repository at this point in the history
…ction-4.x

chore(deps): update docker/build-push-action action to v4
  • Loading branch information
dirkgroot authored Jan 31, 2023
2 parents 5e59bf1 + b906ce8 commit 68b677c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: build/install

- name: Build container image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: false
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: build/distributions

- name: Build and publish container image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 68b677c

Please sign in to comment.