diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e4bfe52..529cc5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }}` + IMAGE_NAME: ${{ github.repository }} if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - name: Checkout