Create and host docker images for the CI (#34) #39
|
@ -18,7 +18,6 @@ pipeline:
|
|||
dry_run: true
|
||||
repo: *repo
|
||||
when:
|
||||
branch: master
|
||||
event: pull_request
|
||||
path: ${DOCKERFILE}
|
||||
|
||||
|
@ -35,6 +34,7 @@ pipeline:
|
|||
password:
|
||||
from_secret: publish_token
|
||||
when:
|
||||
branch: master
|
||||
event: push
|
||||
path: ${DOCKERFILE}
|
||||
|
||||
branches: master
|
||||
|
|
Loading…
Reference in New Issue