Skip to content

Commit

Permalink
Merge pull request #824 from google/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-5.3.0

build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0
  • Loading branch information
jaqx0r authored Mar 14, 2024
2 parents bc133bc + 1b79571 commit 3949a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image (image is not pushed on pull request)
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
Expand Down

0 comments on commit 3949a71

Please sign in to comment.