Updated GitHub actions file to Dockerfile path
This commit is contained in:
parent
321e62046f
commit
834f1b8783
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container-build.yml
vendored
2
.github/workflows/container-build.yml
vendored
|
@ -15,7 +15,9 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
dockerfile: data/Dockerfiles/parsedmarc/Dockerfile
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: patschi/parsedmarc
|
||||
tags: latest
|
||||
add_git_labels: true
|
||||
|
|
Loading…
Reference in a new issue