We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954bcab commit c647652Copy full SHA for c647652
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/build-push-action@v4
37
with:
38
context: .
39
- file: ./Dockerfile
+ file: ./Dockerfile.pb
40
push: true
41
tags: |
42
ghcr.io/${{ github.repository }}:latest-gpu
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
ghcr.io/${{ github.repository }}:latest-cpu
0 commit comments