Skip to content

Commit

Permalink
Merge pull request #29 from zqzten/ci
Browse files Browse the repository at this point in the history
CI: update release image name
  • Loading branch information
dayko2019 authored Jun 3, 2023
2 parents 30dea02 + fdf57c1 commit b4de0b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
push:
tags:
- 'v*'
permissions:
contents: read
packages: write
jobs:
image:
name: build-and-push-kapacity-images
name: build-and-push-kapacity-manager-image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -27,10 +27,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push images
- name: Build and push image
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.tag }}
tags: ghcr.io/${{ github.repository_owner }}/kapacity-manager:${{ env.tag }}

0 comments on commit b4de0b6

Please sign in to comment.