temporarily migrate to docker hub
the build failed Details

This commit is contained in:
Jan Christian Grünhage 2018-09-14 08:24:29 +00:00
parent afe68f99da
commit a3310be11a
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
pipeline: pipeline:
docker: docker:
image: plugins/docker image: plugins/docker
repo: docker.jcg.re/airsonic repo: docker.io/jcgruenhage/airsonic
build_args: build_args:
- VERSION=${VERSION} - VERSION=${VERSION}
registry: docker.jcg.re registry: docker.io
secrets: [docker_username, docker_password] secrets: [docker_username, docker_password]
tags: ${VERSION} tags: ${VERSION}
docker: docker: