Skip to content

Commit 48d1613

Browse files
committed
cpu only
1 parent e95cc9c commit 48d1613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: docker/build-push-action@v3
4747
with:
4848
context: ./docker
49-
file: Dockerfile # adjust if your Dockerfile moves
49+
file: ./docker/Dockerfile # adjust if your Dockerfile moves
5050
platforms: linux/amd64,linux/arm64
5151
push: ${{ github.event_name == 'push' }} # PRs build but don’t publish
5252
tags: |

0 commit comments

Comments
 (0)