Skip to content

Commit 736166f

Browse files
author
Antoine Finkelstein
authored
Fix Github Actions configuration
1 parent 9c5ac9b commit 736166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish.yml

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

3535
- name: Push image
3636
run: |
37-
IMAGE_ID=${{ github.repository }}/$IMAGE_NAME
37+
IMAGE_ID=$IMAGE_NAME
3838
3939
# Change all uppercase to lowercase
4040
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')

0 commit comments

Comments
 (0)