diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index f31c0b9..0983d1a 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -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