File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments