Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VillSource authored Mar 1, 2024
1 parent 8daddac commit b0652c4
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 @@ -21,5 +21,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: |
docker build ./Src/Presentation/ArticleService/ --tag ghcr.io/untitlecms/article-service:v0
docker build -f ./Src/Presentation/ArticleService/Dockerfile . --tag ghcr.io/untitlecms/article-service:v0
docker push ghcr.io/untitlecms/article-service:v0

0 comments on commit b0652c4

Please sign in to comment.