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 c85e35d commit b560729Copy full SHA for b560729
1 file changed
.github/workflows/docker.yml
@@ -7,7 +7,8 @@ on:
7
8
env:
9
REGISTRY: ghcr.io
10
- IMAGE_NAME: ${{ github.repository }}
+ # Menggunakan kombinasi username dan nama package yang baru
11
+ IMAGE_NAME: ${{ github.repository_owner }}/cerberus-cli
12
13
jobs:
14
build-and-push-image:
0 commit comments