We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b938a5 commit 8290abeCopy full SHA for 8290abe
.github/workflows/publish.yml
@@ -125,7 +125,7 @@ jobs:
125
push: true
126
platforms: linux/amd64
127
tags: |
128
- ghcr.io/${{ steps.normalize.outputs.owner_lc }}/MiniHTTPServer:latest
129
- ghcr.io/${{ steps.normalize.outputs.owner_lc }}/MiniHTTPServer:${{ steps.newtag.outputs.version }}
+ ghcr.io/${{ steps.normalize.outputs.owner_lc }}/minihttpserver:latest
+ ghcr.io/${{ steps.normalize.outputs.owner_lc }}/minihttpserver:${{ steps.newtag.outputs.version }}
130
build-args: |
131
PACKAGE_TAG=${{ steps.newtag.outputs.version }}
0 commit comments