Skip to content

Commit 1685da1

Browse files
author
D3strukt0r
committed
fix: use context instead of file for docker build
1 parent ba6cde5 commit 1685da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- uses: docker/build-push-action@v6
8282
id: build-and-push
8383
with:
84-
file: src/Dockerfile
84+
context: ./src
8585
platforms: linux/amd64,linux/arm64 # same as base image
8686
pull: true
8787
#push: ${{ github.event_name != 'pull_request' && vars.DOCKERHUB_USERNAME != '' && env.dockerhub_token != '' }}

0 commit comments

Comments
 (0)