Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 0616eae

Browse files
committed
docker publish patch
1 parent a217898 commit 0616eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

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

5555
- name: Push image to dockerhub
5656
run: |
57-
IMAGE_ID=theodoreprevot/docker-ci/$IMAGE_NAME
57+
IMAGE_ID=theodoreprevot/$IMAGE_NAME
5858
# Change all uppercase to lowercase
5959
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
6060
# Strip git ref prefix from version

0 commit comments

Comments
 (0)