diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index 3a535cec..392f24c2 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -68,9 +68,9 @@ resources: type: registry-image icon: docker source: - repository: projects.registry.vmware.com/tanzu_isv_engineering/relok8s - username: ((harbor-public.username)) - password: ((harbor-public.token)) + # Image being built on every new release by our release workflow in Github + # https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes/actions/workflows/goreleaser.yml + repository: ghcr.io/vmware-tanzu/asset-relocation-tool-for-kubernetes - name: nginx-chart type: helm-chart diff --git a/ci/tasks/build.yaml b/ci/tasks/build.yaml deleted file mode 100644 index cb4a635c..00000000 --- a/ci/tasks/build.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: BSD-2-Clause ---- -platform: linux - -inputs: - - name: source - -outputs: - - name: build - -run: - path: /bin/bash - dir: source - args: - - -exc - - | - make build-all - cp build/* ../build