Skip to content
Snippets Groups Projects
Commit 1d1c558d authored by Recolic's avatar Recolic :house_with_garden:
Browse files

auto build

parent 59956b16
No related branches found
No related tags found
1 merge request!2Add gitlab pipeline for docker image weekly build
Pipeline #916 failed with stage
in 24 seconds
......@@ -21,9 +21,12 @@ variables:
# `/certs/client` to share between the service and job
# container, thanks to volume mount from config.toml
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_TLS_CERTDIR: "" # not to start over tls
build:
stage: build
script:
- docker login -u recolic -p "$docker_pswd"
- cd docker-pikaur/ && docker build -t recolic/pikaur .
- docker push recolic/pikaur
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment