Skip to content

Commit

Permalink
Change Dockerfile location #major
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghanem committed Feb 8, 2022
1 parent b7133fa commit ac85ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: private
file: ./Dockerfile
file: ./private/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ needs.tag.outputs.tag }}
Expand Down

0 comments on commit ac85ab0

Please sign in to comment.