Skip to content

Commit

Permalink
Merge pull request #34 from reload/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-4
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
2 parents 47272d8 + ad8ba0e commit a928ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: |
Expand Down

0 comments on commit a928ace

Please sign in to comment.