Push to gitea instead of harbor
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e7ec8ec916
commit
2b217f038d
10
.drone.yml
10
.drone.yml
@ -12,7 +12,7 @@ trigger:
|
|||||||
# - tag
|
# - tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Harbor AMD64
|
- name: Gitea AMD64
|
||||||
image: plugins/docker # Check Entrypoint
|
image: plugins/docker # Check Entrypoint
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
@ -20,11 +20,11 @@ steps:
|
|||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_username
|
from_secret: gitea_username
|
||||||
password:
|
password:
|
||||||
from_secret: harbor_password
|
from_secret: gitea_password
|
||||||
repo: goharbor.voser.cloud/homelab/docker-buildx
|
repo: gitea.voser.cloud/homelab/docker-buildx
|
||||||
registry: https://goharbor.voser.cloud
|
registry: https://gitea.voser.cloud
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=amd64
|
- ARCH=amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user