Skip to content

Commit 6c4db5b

Browse files
committed
feature : replace id & repo with variables
to avoid possible typo saw a prior case
1 parent 1cf5459 commit 6c4db5b

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=kangwonlee/gemini-python-tutor
19-
GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/gemini-python-tutor
18+
DOCKERHUB_IMAGE=${{ github.repository_owner }}/${{ github.repository }}
19+
GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
2020
VERSION=${GITHUB_REF#refs/tags/v}
2121
MINOR=${VERSION%.*}
2222
MAJOR=${VERSION%%.*}

0 commit comments

Comments
 (0)