Set docker context
This commit is contained in:
parent
fab8ec724d
commit
67b2bc2d2c
|
@ -82,6 +82,7 @@ jobs:
|
|||
- name: Build docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
|
|
Loading…
Reference in New Issue