Skip to content

Commit eb18427

Browse files
committed
fix: make repo name lowercase
1 parent 51702a0 commit eb18427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
context: .
3434
push: true
35-
tags: ghcr.io/${{ github.repository }}:latest, ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
35+
tags: ghcr.io/fourcorelabs/jsign-docker:latest, ghcr.io/fourcorelabs/jsign-docker:${{ steps.version.outputs.version }}
3636
build-args: JSIGN_VERSION=${{ env.JSIGN_VERSION }}

0 commit comments

Comments
 (0)