Skip to content

Commit

Permalink
Merge pull request #145 from izelnakri/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-2.4.0

Bump docker/build-push-action from 2 to 2.4.0
  • Loading branch information
izelnakri committed May 30, 2021
2 parents 64a1321 + 183091e commit c986934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{env.REPO_OWNER}}
password: ${{secrets.CR_PAT}}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit c986934

Please sign in to comment.