Updated DockerHub repo name
This commit is contained in:
parent
0656be3949
commit
321e62046f
2 changed files with 1 additions and 2 deletions
2
.github/workflows/container-build.yml
vendored
2
.github/workflows/container-build.yml
vendored
|
@ -17,5 +17,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: patschi/parsedmarc-dockerized
|
repository: patschi/parsedmarc
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Start parsedmarc
|
|
||||||
parsedmarc -c /etc/parsedmarc/config.ini
|
parsedmarc -c /etc/parsedmarc/config.ini
|
||||||
|
|
Loading…
Reference in a new issue