Skip to content

Commit eecd3ea

Browse files
authored
fix: lowercase repository owner in tag
1 parent c542061 commit eecd3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/build-push-action@v7
3131
with:
3232
context: .
33-
tags: ghcr.io/${{ github.repository }}:latest
33+
tags: ghcr.io/${{ github.repository_owner }}/skynet:latest
3434
push: true
3535
build-args: |
3636
BUILD_WITH_VLLM=0

0 commit comments

Comments
 (0)