Skip to content

Commit 7f7c957

Browse files
committed
fix : Docker Username
1 parent 6c4db5b commit 7f7c957

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Prepare
1616
id: prep
1717
run: |
18-
DOCKERHUB_IMAGE=${{ github.repository_owner }}/${{ github.repository }}
19-
GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
18+
DOCKERHUB_IMAGE=${{ secrets.DOCKER_USERNAME }}/${{ github.action_repository }}
19+
GHCR_IMAGE=ghcr.io/${{ github.repository }}
2020
VERSION=${GITHUB_REF#refs/tags/v}
2121
MINOR=${VERSION%.*}
2222
MAJOR=${VERSION%%.*}

0 commit comments

Comments
 (0)