Skip to content

Commit 04ce862

Browse files
committed
ci: fix GHCR_IMAGE in workflow
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent d48b5b6 commit 04ce862

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
@@ -25,7 +25,7 @@ on:
2525
workflow_dispatch:
2626

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

3131
permissions:

0 commit comments

Comments
 (0)