Skip to content

Commit 099356c

Browse files
committed
ci: Too many dollar signs $$ and default to full Docker repo name
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 131c707 commit 099356c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
env:
2828
GHCR_IMAGE: ${{ vars.GHCR_IMAGE || format('ghcr.io/{0}/openresty', github.repository_owner) }}
29-
DOCKERHUB_IMAGE: $${{ vars.DOCKERHUB_IMAGE || 'openresty/openresty' }}
29+
DOCKERHUB_IMAGE: ${{ vars.DOCKERHUB_IMAGE || 'docker.io/openresty/openresty' }}
3030

3131
permissions:
3232
contents: read

0 commit comments

Comments
 (0)