Skip to content

Commit f2e78c6

Browse files
committed
Update thpronun-build
1 parent 35e894f commit f2e78c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/thpronun-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Push image
5050
run: |
51-
IMAGE_ID=docker.pkg.github.com/pythainlp/$IMAGE_NAME
51+
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
5252
5353
# Change all uppercase to lowercase
5454
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')

0 commit comments

Comments
 (0)