Skip to content

Commit

Permalink
Merge pull request #2 from stakater/init-commit
Browse files Browse the repository at this point in the history
Fix build args for push workflow
  • Loading branch information
usamaahmadkhan authored Apr 7, 2021
2 parents 9bd4c48 + 449bdc7 commit e755ed1
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 @@ -56,7 +56,7 @@ 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 }}
Expand Down

0 comments on commit e755ed1

Please sign in to comment.