We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62c60a commit 131c707Copy full SHA for 131c707
1 file changed
.github/workflows/docker-publish.yml
@@ -26,7 +26,7 @@ on:
26
27
env:
28
GHCR_IMAGE: ${{ vars.GHCR_IMAGE || format('ghcr.io/{0}/openresty', github.repository_owner) }}
29
- DOCKERHUB_IMAGE: openresty/openresty
+ DOCKERHUB_IMAGE: $${{ vars.DOCKERHUB_IMAGE || 'openresty/openresty' }}
30
31
permissions:
32
contents: read
0 commit comments