Skip to content

Commit 8290abe

Browse files
authored
bugfix: Change image name casing in publish workflow [pub]
1 parent 3b938a5 commit 8290abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
push: true
126126
platforms: linux/amd64
127127
tags: |
128-
ghcr.io/${{ steps.normalize.outputs.owner_lc }}/MiniHTTPServer:latest
129-
ghcr.io/${{ steps.normalize.outputs.owner_lc }}/MiniHTTPServer:${{ steps.newtag.outputs.version }}
128+
ghcr.io/${{ steps.normalize.outputs.owner_lc }}/minihttpserver:latest
129+
ghcr.io/${{ steps.normalize.outputs.owner_lc }}/minihttpserver:${{ steps.newtag.outputs.version }}
130130
build-args: |
131131
PACKAGE_TAG=${{ steps.newtag.outputs.version }}

0 commit comments

Comments
 (0)