Skip to content

Commit

Permalink
Merge pull request #59 from nosportugal/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5.0.0

Bump docker/build-push-action from 4.1.1 to 5.0.0
  • Loading branch information
fgmachado-ritain authored Sep 26, 2023
2 parents 4e25b4c + 3e21746 commit 60619f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
latest=auto
- name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 60619f6

Please sign in to comment.