Skip to content

Commit 4cb0b2f

Browse files
committed
fix docker container name
1 parent 4ed3d3b commit 4cb0b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
context: .
4646
push: true
47-
tags: ghcr.io/${{ github.repository }}:latest
47+
tags: ghcr.io/${{ toLower(github.repository) }}:latest
4848

4949
- name: Deploy via SSH
5050
uses: appleboy/ssh-action@v0.1.10

0 commit comments

Comments
 (0)