We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4aa809 commit 01b99faCopy full SHA for 01b99fa
.github/workflows/docker-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
id: prep
17
run: |
18
DOCKERHUB_IMAGE=${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}
19
- GHCR_IMAGE=ghcr.io/${DOCKERHUB_IMAGE}
+ GHCR_IMAGE=ghcr.io/${{ github.repository }}
20
VERSION=${GITHUB_REF#refs/tags/v}
21
MINOR=${VERSION%.*}
22
MAJOR=${VERSION%%.*}
0 commit comments