This commit is contained in:
parent
2d2b5d372e
commit
68e25bde87
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
context: data/Dockerfiles/parsedmarc-init
|
context: data/Dockerfiles/parsedmarc-init
|
||||||
dockerfile: Dockerfile
|
dockerfile: data/Dockerfiles/parsedmarc-init/Dockerfile
|
||||||
group: publish
|
group: publish
|
||||||
repo: sunred/parsedmarc
|
repo: sunred/parsedmarc
|
||||||
tag: init
|
tag: init
|
||||||
|
@ -31,7 +31,7 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
context: data/Dockerfiles/parsedmarc
|
context: data/Dockerfiles/parsedmarc
|
||||||
dockerfile: Dockerfile
|
dockerfile: data/Dockerfiles/parsedmarc/Dockerfile
|
||||||
group: publish
|
group: publish
|
||||||
repo: sunred/parsedmarc
|
repo: sunred/parsedmarc
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
Loading…
Reference in a new issue