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 35e894f commit f2e78c6Copy full SHA for f2e78c6
.github/workflows/thpronun-build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Push image
50
run: |
51
- IMAGE_ID=docker.pkg.github.com/pythainlp/$IMAGE_NAME
+ IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
52
53
# Change all uppercase to lowercase
54
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
0 commit comments