We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4db5b commit 7f7c957Copy full SHA for 7f7c957
1 file changed
.github/workflows/docker-publish.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Prepare
16
id: prep
17
run: |
18
- DOCKERHUB_IMAGE=${{ github.repository_owner }}/${{ github.repository }}
19
- GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
+ DOCKERHUB_IMAGE=${{ secrets.DOCKER_USERNAME }}/${{ github.action_repository }}
+ GHCR_IMAGE=ghcr.io/${{ github.repository }}
20
VERSION=${GITHUB_REF#refs/tags/v}
21
MINOR=${VERSION%.*}
22
MAJOR=${VERSION%%.*}
0 commit comments