fix(ci): was-it just a typo?

This commit is contained in:
Jérome Eertmans
2024-01-26 16:13:09 +01:00
committed by GitHub
parent fd9b06b955
commit 0316adf69e

View File

@ -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