Push image 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
c66c33cd4a
commit
a0b1ac0fab
10
.drone.yml
10
.drone.yml
@ -14,7 +14,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:
|
||||||
@ -22,11 +22,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/nextcloud-smb
|
repo: gitea.voser.cloud/Container/nextcloud-smb
|
||||||
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