Skip to content

Commit c647652

Browse files
Point to right dockerfile for the image
1 parent 954bcab commit c647652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/build-push-action@v4
3737
with:
3838
context: .
39-
file: ./Dockerfile
39+
file: ./Dockerfile.pb
4040
push: true
4141
tags: |
4242
ghcr.io/${{ github.repository }}:latest-gpu
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v4
5252
with:
5353
context: .
54-
file: ./Dockerfile
54+
file: ./Dockerfile.pb
5555
push: true
5656
tags: |
5757
ghcr.io/${{ github.repository }}:latest-cpu

0 commit comments

Comments
 (0)