Skip to content

Commit b74a9e4

Browse files
committed
chore: fix repo name
1 parent ec7121a commit b74a9e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_ghcr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
push: true
4848
platforms: linux/amd64,linux/arm64/v8
4949
tags: |
50-
ghcr.io/${{ github.repository_owner }}/etherproxy:${{ env.VERSION }}
51-
ghcr.io/${{ github.repository_owner }}/etherproxy:latest
50+
ghcr.io/${{ github.repository_owner.toLowerCase() }}/etherproxy:${{ env.VERSION }}
51+
ghcr.io/${{ github.repository_owner.toLowerCase() }}/etherproxy:latest
5252
labels: |
5353
org.opencontainers.image.version=${{ env.VERSION }}
5454
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}

0 commit comments

Comments
 (0)