This commit is contained in:
parent
faf84ada69
commit
c578376ff5
29
.drone.yml
Normal file
29
.drone.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: Build AMD64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branche:
|
||||||
|
- master
|
||||||
|
# event:
|
||||||
|
# - tag
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Harbor AMD64
|
||||||
|
image: plugins/docker # Check Entrypoint
|
||||||
|
privileged: true
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: harbor_username
|
||||||
|
password:
|
||||||
|
from_secret: harbor_password
|
||||||
|
repo: goharbor.voser.cloud/homelab/nextcloud-smb
|
||||||
|
auto_tag: true
|
||||||
|
build_args:
|
||||||
|
- ARCH=amd64
|
||||||
|
dockerfile: ./Dockerfiles/Dockerfile
|
Loading…
Reference in New Issue
Block a user