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 ea6ec33 commit 2dee458
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 -f ./src/PictureStorageService/Dockerfile . --tag ghcr.io/untitlecms/src/picture-storage-service:v0
docker build -f ./src/PictureStorageService/Dockerfile . --tag ghcr.io/untitlecms/picture-storage-service:v0
docker push ghcr.io/untitlecms/picture-storage-service:v0

0 comments on commit 2dee458

Please sign in to comment.