Skip to content

Commit

Permalink
Merge pull request #20 from Somefive/feat/remove_acr_gh_action
Browse files Browse the repository at this point in the history
Feat: remove acr image build
  • Loading branch information
Somefive committed Jul 26, 2022
2 parents 3cbc860 + dfe1d19 commit 6268967
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,11 @@ jobs:
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login kubevela.net
uses: docker/login-action@v1
with:
registry: hub.kubevela.net
username: ${{ secrets.KUBEVELANET_USERNAME }}
password: ${{ secrets.KUBEVELANET_PASSWORD }}
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
with:
driver-opts: image=moby/buildkit:master

- name: Build & Pushing vela-prism for kubevela.net
run: |
docker build --build-arg GOPROXY=https://proxy.golang.org -t hub.kubevela.net/oamdev/vela-prism:${{ steps.vars.outputs.TAG }} -f ./cmd/apiserver/Dockerfile .
docker push hub.kubevela.net/oamdev/vela-prism:${{ steps.vars.outputs.TAG }}
- uses: docker/build-push-action@v2
name: Build & Pushing vela-prism for Dockerhub and GHCR
with:
Expand Down

0 comments on commit 6268967

Please sign in to comment.