This repository was archived by the owner on Oct 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - ' v*'
6+ permissions :
7+ contents : read
8+ packages : write
69jobs :
710 image :
8- name : build-and-push-kapacity-images
11+ name : build-and-push-kapacity-manager-image
912 runs-on : ubuntu-latest
10- permissions :
11- contents : read
12- packages : write
1313 steps :
1414 - name : Checkout code
1515 uses : actions/checkout@v3
@@ -27,10 +27,10 @@ jobs:
2727 registry : ghcr.io
2828 username : ${{ github.actor }}
2929 password : ${{ secrets.GITHUB_TOKEN }}
30- - name : Build and push images
30+ - name : Build and push image
3131 uses : docker/build-push-action@v4
3232 with :
3333 context : .
3434 platforms : linux/amd64,linux/arm64
3535 push : true
36- tags : ghcr.io/${{ github.repository }}:${{ env.tag }}
36+ tags : ghcr.io/${{ github.repository_owner }}/kapacity-manager :${{ env.tag }}
You can’t perform that action at this time.
0 commit comments