diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bdda24d..32ee0cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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