Skip to content

Commit

Permalink
Merge pull request #48 from inhere/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-3
  • Loading branch information
inhere authored May 6, 2022
2 parents 3b36fed + 47c9816 commit 6991bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 6991bf7

Please sign in to comment.