Clean up CI
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
steps:
|
|
||||||
build:
|
|
||||||
image: plugins/kaniko
|
|
||||||
settings:
|
|
||||||
repo: harbor.codemowers.eu/${CI_REPO}
|
|
||||||
tags: latest
|
|
||||||
registry: harbor.codemowers.eu
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
@@ -10,13 +10,13 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
cat << EOF > spec.yaml
|
cat << EOF > spec.yaml
|
||||||
image: "harbor.woodpecker.eu/${CI_REPO}:latest"
|
image: "harbor.codemowers.eu/${CI_REPO}:latest"
|
||||||
manifests:
|
manifests:
|
||||||
- image: "harbor.woodpecker.eu/${CI_REPO}:latest-amd64"
|
- image: "harbor.codemowers.eu/${CI_REPO}:latest-amd64"
|
||||||
platform:
|
platform:
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
os: linux
|
os: linux
|
||||||
- image: "harbor.woodpecker.eu/${CI_REPO}:latest-arm64"
|
- image: "harbor.codemowers.eu/${CI_REPO}:latest-arm64"
|
||||||
platform:
|
platform:
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
os: linux
|
os: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user