Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit b4de0b6

Browse files
authored
Merge pull request #29 from zqzten/ci
CI: update release image name
2 parents 30dea02 + fdf57c1 commit b4de0b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
push:
44
tags:
55
- 'v*'
6+
permissions:
7+
contents: read
8+
packages: write
69
jobs:
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 }}

0 commit comments

Comments
 (0)