This will automatically build and push image to the local Docker registry
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
name: build image
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.kucharczyk.xyz/nextcloud
|
||||
tags: latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user