parent
cfb3e4ca54
commit
e65670bd70
@ -16,6 +16,9 @@ pipeline:
|
|||||||
build-and-push:
|
build-and-push:
|
||||||
image: woodpeckerci/plugin-docker-buildx:2.0
|
image: woodpeckerci/plugin-docker-buildx:2.0
|
||||||
settings:
|
settings:
|
||||||
|
tags: latest
|
||||||
|
tag: latest
|
||||||
|
platforms: linux/amd64
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_username
|
from_secret: harbor_username
|
||||||
password:
|
password:
|
||||||
@ -23,9 +26,7 @@ pipeline:
|
|||||||
repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
registry: harbor.sebclem.fr
|
registry: harbor.sebclem.fr
|
||||||
auto_tag: true
|
|
||||||
tags: latest
|
|
||||||
tag: latest
|
|
||||||
# when:
|
# when:
|
||||||
# environment: production
|
# environment: production
|
||||||
# event: deployment
|
# event: deployment
|
||||||
|
Loading…
Reference in New Issue
Block a user