From 0316adf69eae94e413a9849157ab784d23dee392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 26 Jan 2024 16:13:09 +0100 Subject: [PATCH] fix(ci): was-it just a typo? --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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