Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
lubo authored Jun 18, 2023
2 parents 5bd1bc9 + 7a2e767 commit 12dfbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build the image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
pull: true
push: ${{ github.ref_name == 'master' }}
Expand Down

0 comments on commit 12dfbdb

Please sign in to comment.