Setting context to workdir and changing file to use relative path
This commit is contained in:
parent
37bd1fea52
commit
a3a2f12082
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -19,7 +19,8 @@ jobs:
|
|||
- name: Build docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./docker/server
|
||||
context: .
|
||||
file: ./docker/server/Dockerfile
|
||||
push: true
|
||||
tags: ghcr.io/cgduncan7/autobaan:latest
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue