Trying to get Docker build working in subfolder
This commit is contained in:
parent
29e6ddf0ed
commit
8f2bff1b9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container-build.yml
vendored
2
.github/workflows/container-build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
dockerfile: data/Dockerfiles/parsedmarc/Dockerfile
|
||||
path: data/Dockerfiles/parsedmarc/
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: patschi/parsedmarc
|
||||
|
|
Loading…
Reference in a new issue