Skip to content

Commit 131c707

Browse files
committed
ci: enable vars.DOCKERHUB_IMAGE
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent d62c60a commit 131c707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: openresty/openresty
29+
DOCKERHUB_IMAGE: $${{ vars.DOCKERHUB_IMAGE || 'openresty/openresty' }}
3030

3131
permissions:
3232
contents: read

0 commit comments

Comments
 (0)