We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9b06b commit 0316adfCopy full SHA for 0316adf
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
env:
35
REGISTRY: ghcr.io
36
- IMAGE_NAME: ${{ github.repository }}`
+ IMAGE_NAME: ${{ github.repository }}
37
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
38
steps:
39
- name: Checkout
0 commit comments