Compare commits
No commits in common. "c578376ff5672a8ca8532aa59c164c5c6350882d" and "deae1caaee6d9daaf5e4c073a49dd7913e10749d" have entirely different histories.
c578376ff5
...
deae1caaee
29
.drone.yml
29
.drone.yml
@ -1,29 +0,0 @@
|
||||
---
|
||||
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
|
@ -1,4 +0,0 @@
|
||||
ARG ARCH=
|
||||
FROM nextcloud:latest
|
||||
RUN apt-get update; \
|
||||
apt-get install smbclient -y -qq
|
@ -1,2 +0,0 @@
|
||||
nextcloud-smb:
|
||||
build: ./Docker
|
Loading…
Reference in New Issue
Block a user