Skip to content

Commit

Permalink
Bump docker-push-action version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaahmadkhan committed Apr 7, 2021
1 parent 914ee3f commit 449bdc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- name: Build and push Docker images
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
context: .
file: ${{ env.DOCKER_FILE_PATH }}
pull: true
push: true
Expand Down

0 comments on commit 449bdc7

Please sign in to comment.