Skip to content

Commit b560729

Browse files
authored
Change IMAGE_NAME format in docker.yml
Updated IMAGE_NAME to use repository owner and new package name.
1 parent c85e35d commit b560729

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
10+
# Menggunakan kombinasi username dan nama package yang baru
11+
IMAGE_NAME: ${{ github.repository_owner }}/cerberus-cli
1112

1213
jobs:
1314
build-and-push-image:

0 commit comments

Comments
 (0)