Defining context
This commit is contained in:
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
# relative path to the place where source code with Dockerfile is located
|
||||
context: ./src/samples/simple
|
||||
context: .
|
||||
# Note: tags has to be all lower-case
|
||||
tags: |
|
||||
jaedb/iris:master
|
||||
|
||||
Reference in New Issue
Block a user