diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 5a4eda9..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -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 diff --git a/.woodpecker/manifest.yaml b/.woodpecker/manifest.yaml index e19430f..0119632 100644 --- a/.woodpecker/manifest.yaml +++ b/.woodpecker/manifest.yaml @@ -10,13 +10,13 @@ steps: commands: - | cat << EOF > spec.yaml - image: "harbor.woodpecker.eu/${CI_REPO}:latest" + image: "harbor.codemowers.eu/${CI_REPO}:latest" manifests: - - image: "harbor.woodpecker.eu/${CI_REPO}:latest-amd64" + - image: "harbor.codemowers.eu/${CI_REPO}:latest-amd64" platform: architecture: amd64 os: linux - - image: "harbor.woodpecker.eu/${CI_REPO}:latest-arm64" + - image: "harbor.codemowers.eu/${CI_REPO}:latest-arm64" platform: architecture: arm64 os: linux