diff --git a/.github/workflows/build-publish-docker.yml b/.github/workflows/build-publish-docker.yml index 7a4cf53a1..c7f4e83e4 100644 --- a/.github/workflows/build-publish-docker.yml +++ b/.github/workflows/build-publish-docker.yml @@ -31,4 +31,4 @@ jobs: context: . file: ./docker/Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/your-image-name:${{ github.event.inputs.tag } \ No newline at end of file + tags: ghcr.io/${{ github.repository_owner }}/your-image-name:${{ github.event.inputs.tag }} \ No newline at end of file