Skip to content

Commit

Permalink
try: remove context . on build and push step on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
n9mi committed Sep 11, 2024
1 parent 5c90d8f commit 8b5e937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
file: Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/contact-api:latest

0 comments on commit 8b5e937

Please sign in to comment.