This commit is contained in:
parent
9004aa7d13
commit
ad3631f47d
1 changed files with 1 additions and 6 deletions
|
@ -1,16 +1,11 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: Build and Push Docker Image
|
name: Build and Push (Docker)
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- cron
|
|
||||||
- push
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: Build
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue