Skip to content

Commit

Permalink
Fix build args for push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaahmadkhan committed Apr 7, 2021
1 parent 78d1339 commit 914ee3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
context: .
file: ${{ env.DOCKER_FILE_PATH }}
pull: true
push: true
Expand Down

0 comments on commit 914ee3f

Please sign in to comment.