Skip to content

Commit f754a8c

Browse files
committed
update release ci
Signed-off-by: limengxuan <mengxuan.li@dynamia.ai>
1 parent 646474f commit f754a8c

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/call-release-image-hamicore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
platforms: ${{ env.BUILD_PLATFORM }}
109109
build-args: |
110110
VERSION=${{ env.ref }}
111-
GOLANG_IMAGE=golang:1.22.5-bullseye
111+
GOLANG_IMAGE=golang:1.24.6-bullseye
112112
NVIDIA_IMAGE=nvidia/cuda:12.2.0-devel-ubuntu20.04
113113
DEST_DIR=/usr/local
114114
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/call-release-image.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,6 @@ jobs:
9999
with:
100100
images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO_HAMICORE }}
101101

102-
#- name: Build & Pushing hami image
103-
# uses: docker/build-push-action@v6.18.0
104-
# with:
105-
# context: .
106-
# file: ${{ env.IMAGE_ROOT_PATH }}/Dockerfile
107-
# labels: ${{ steps.meta.outputs.labels }}
108-
# platforms: ${{ env.BUILD_PLATFORM }}
109-
# build-args: |
110-
# VERSION=${{ env.ref }}
111-
# GOLANG_IMAGE=golang:1.22.5-bullseye
112-
# NVIDIA_IMAGE=nvidia/cuda:12.2.0-devel-ubuntu20.04
113-
# DEST_DIR=/usr/local
114-
# tags: ${{ steps.meta.outputs.tags }}
115-
# push: true
116-
# github-token: ${{ env.REGISTER_PASSWORD }}
117-
118102
- name: Extract metadata (tags, labels) for Docker
119103
id: meta1
120104
uses: docker/metadata-action@v5
@@ -130,7 +114,7 @@ jobs:
130114
platforms: ${{ env.BUILD_PLATFORM }}
131115
build-args: |
132116
VERSION=${{ env.ref }}
133-
GOLANG_IMAGE=golang:1.22.5-bullseye
117+
GOLANG_IMAGE=golang:1.24.6-bullseye
134118
HAMICORE_IMAGE=${{ steps.meta.outputs.tags }}
135119
DEST_DIR=/usr/local
136120
tags: ${{ steps.meta1.outputs.tags }}

0 commit comments

Comments
 (0)