changed images
This commit is contained in:
parent
0c591cbe2f
commit
eb1a5f23d6
|
@ -0,0 +1,16 @@
|
|||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: pepebot_build
|
||||
|
||||
steps:
|
||||
- name: build-docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: dutchellie.nl
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: dutchellie.nl/dutchellie/pepebot
|
||||
tags:
|
||||
- latest
|
|
@ -26,7 +26,7 @@ services:
|
|||
- pepe_db_data:/var/lib/mysql
|
||||
pepe_service:
|
||||
container_name: pepebot_service
|
||||
image: dutchellie/pepebot_service:latest
|
||||
image: dutchellie.nl/dutchellie/pepebot_service:latest
|
||||
restart: always
|
||||
environment:
|
||||
- PEPE_DIR=/pepe/1.00
|
||||
|
|
Loading…
Reference in New Issue