We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c542061 commit eecd3eaCopy full SHA for eecd3ea
1 file changed
.github/workflows/docker.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/build-push-action@v7
31
with:
32
context: .
33
- tags: ghcr.io/${{ github.repository }}:latest
+ tags: ghcr.io/${{ github.repository_owner }}/skynet:latest
34
push: true
35
build-args: |
36
BUILD_WITH_VLLM=0
0 commit comments