update destination
This commit is contained in:
parent
242b7fccac
commit
c6019ffee4
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: tuxpa.in
|
registry: tuxpa.in
|
||||||
repo: tuxpa.in/a/pprof
|
repo: tuxpa.in/a/pprofweb
|
||||||
tags: latest,v1-${CI_COMMIT_SHA:0:8}
|
tags: latest,v1-${CI_COMMIT_SHA:0:8}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username:
|
username:
|
||||||
|
@ -15,7 +15,7 @@ pipeline:
|
||||||
event: tag
|
event: tag
|
||||||
settings:
|
settings:
|
||||||
registry: tuxpa.in
|
registry: tuxpa.in
|
||||||
repo: tuxpa.in/a/pprof
|
repo: tuxpa.in/a/pprofweb
|
||||||
tags: stable
|
tags: stable
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username:
|
username:
|
||||||
|
|
Loading…
Reference in New Issue