Skip to content

Commit

Permalink
Fix CI release (#840)
Browse files Browse the repository at this point in the history
* update ci

Signed-off-by: limengxuan <[email protected]>
  • Loading branch information
archlitchi authored Jan 25, 2025
1 parent d858318 commit 8b15db8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,21 @@ jobs:
id: meta1
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO_HAMICORE }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}

- name: Build & Pushing hami image
uses: docker/[email protected]
with:
context: .
file: ${{ env.IMAGE_ROOT_PATH }}/Dockerfile.hamimaster
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta1.outputs.labels }}
platforms: ${{ env.BUILD_PLATFORM }}
build-args: |
VERSION=${{ env.ref }}
GOLANG_IMAGE=golang:1.22.5-bullseye
HAMICORE_IMAGE=projecthami/hamicore: ${{ env.ref }}
HAMICORE_IMAGE=${{ steps.meta.outputs.tags }}
DEST_DIR=/usr/local
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta1.outputs.tags }}
push: true
github-token: ${{ env.REGISTER_PASSWORD }}

0 comments on commit 8b15db8

Please sign in to comment.