New repo
This commit is contained in:
parent
c8ee1798ce
commit
cd7e660d68
@ -2,16 +2,16 @@ pipeline:
|
|||||||
build-only:
|
build-only:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
# cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
registry: harbor.sebclem.fr
|
registry: git.sebclem.fr
|
||||||
dry_run: true
|
dry_run: true
|
||||||
logins:
|
logins:
|
||||||
- registry: https://harbor.sebclem.fr
|
- registry: https://git.sebclem.fr
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_user
|
from_secret: docker_user
|
||||||
password:
|
password:
|
||||||
from_secret: harbor_token
|
from_secret: docker_token
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, manual]
|
event: [push, pull_request, manual]
|
||||||
|
|
||||||
@ -20,14 +20,14 @@ pipeline:
|
|||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
|
# cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
logins:
|
logins:
|
||||||
- registry: https://harbor.sebclem.fr
|
- registry: https://git.sebclem.fr
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_user
|
from_secret: docker_user
|
||||||
password:
|
password:
|
||||||
from_secret: harbor_token
|
from_secret: docker_token
|
||||||
when:
|
when:
|
||||||
environment: production
|
environment: production
|
||||||
event: deployment
|
event: deployment
|
||||||
|
Loading…
Reference in New Issue
Block a user