mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-06 03:31:12 +00:00
[Backport release-1.4] Fix: CI workflow for rollout acr image build and push (#4067)
* fix the rollout acr image Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com> (cherry picked from commitf6f4a36909) * fix test test Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com> finish fix Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com> (cherry picked from commit1ce37d8ce1) * merge two sction Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com> (cherry picked from commitadf2517e72) Co-authored-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
This commit is contained in:
committed by
GitHub
parent
404c7f6975
commit
bbe2a2dec6
5
.github/workflows/registry.yml
vendored
5
.github/workflows/registry.yml
vendored
@@ -121,10 +121,6 @@ jobs:
|
||||
docker.io/oamdev/vela-cli:${{ steps.get_version.outputs.VERSION }}
|
||||
ghcr.io/${{ github.repository }}/vela-cli:${{ steps.get_version.outputs.VERSION }}
|
||||
|
||||
- name: Build & Pushing vela runtime rollout for ACR
|
||||
run: |
|
||||
docker build --build-arg GOPROXY=https://proxy.golang.org --build-arg VERSION=${{ steps.get_version.outputs.VERSION }} --build-arg GITVERSION=git-${{ steps.vars.outputs.git_revision }} -t kubevela-registry.cn-hangzhou.cr.aliyuncs.com/oamdev/vela-rollout:${{ steps.get_version.outputs.VERSION }} -f runtime/rollout/Dockerfile .
|
||||
docker push kubevela-registry.cn-hangzhou.cr.aliyuncs.com/oamdev/vela-rollout:${{ steps.get_version.outputs.VERSION }}
|
||||
- uses: docker/build-push-action@v2
|
||||
name: Build & Pushing runtime rollout for Dockerhub and GHCR
|
||||
with:
|
||||
@@ -142,6 +138,7 @@ jobs:
|
||||
tags: |-
|
||||
docker.io/oamdev/vela-rollout:${{ steps.get_version.outputs.VERSION }}
|
||||
ghcr.io/${{ github.repository }}/vela-rollout:${{ steps.get_version.outputs.VERSION }}
|
||||
kubevela-registry.cn-hangzhou.cr.aliyuncs.com/oamdev/vela-rollout:${{ steps.get_version.outputs.VERSION }}
|
||||
|
||||
publish-charts:
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user