Skip to content

Commit 2f9ce91

Browse files
committed
fix docker image name
1 parent 6592880 commit 2f9ce91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
REGISTRY: ghcr.io
1010
# Image name = codesyntax/docker-cron-image
1111
# IMAGE_NAME: ${{ github.repository }}
12-
IMAGE_NAME: cron-runner
12+
IMAGE_NAME: codesyntax/cron-runner
1313

1414
jobs:
1515
build-and-push:

0 commit comments

Comments
 (0)