We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131c707 commit 099356cCopy full SHA for 099356c
.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: $${{ vars.DOCKERHUB_IMAGE || 'openresty/openresty' }}
+ DOCKERHUB_IMAGE: ${{ vars.DOCKERHUB_IMAGE || 'docker.io/openresty/openresty' }}
30
31
permissions:
32
contents: read
0 commit comments