Setting context to workdir and changing file to use relative path

This commit is contained in:
Collin Duncan 2023-05-26 16:51:54 -05:00
parent 37bd1fea52
commit a3a2f12082
No known key found for this signature in database

View file

@ -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