CI + typo
This commit is contained in:
parent
d7a955b68a
commit
b38145e3cd
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@ steps:
|
|||
repo: ldericher/kind
|
||||
# auto_tag: true
|
||||
tags:
|
||||
- latest
|
||||
- edge
|
||||
purge: false
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
|
|
|
@ -4,7 +4,7 @@ networks:
|
|||
# reachable from outside
|
||||
default:
|
||||
driver: bridge
|
||||
# interconnects projects
|
||||
# interconnect projects
|
||||
kiwi_hub:
|
||||
external:
|
||||
name: ${KIWI_HUB_NAME}
|
||||
|
|
Loading…
Reference in a new issue