Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-release-image-hamicore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
platforms: ${{ env.BUILD_PLATFORM }}
build-args: |
VERSION=${{ env.ref }}
GOLANG_IMAGE=golang:1.22.5-bullseye
GOLANG_IMAGE=golang:1.24.6-bullseye
NVIDIA_IMAGE=nvidia/cuda:12.2.0-devel-ubuntu20.04
DEST_DIR=/usr/local
tags: ${{ steps.meta.outputs.tags }}
Expand Down
18 changes: 1 addition & 17 deletions .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO_HAMICORE }}

#- name: Build & Pushing hami image
# uses: docker/[email protected]
# with:
# context: .
# file: ${{ env.IMAGE_ROOT_PATH }}/Dockerfile
# labels: ${{ steps.meta.outputs.labels }}
# platforms: ${{ env.BUILD_PLATFORM }}
# build-args: |
# VERSION=${{ env.ref }}
# GOLANG_IMAGE=golang:1.22.5-bullseye
# NVIDIA_IMAGE=nvidia/cuda:12.2.0-devel-ubuntu20.04
# DEST_DIR=/usr/local
# tags: ${{ steps.meta.outputs.tags }}
# push: true
# github-token: ${{ env.REGISTER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta1
uses: docker/metadata-action@v5
Expand All @@ -130,7 +114,7 @@ jobs:
platforms: ${{ env.BUILD_PLATFORM }}
build-args: |
VERSION=${{ env.ref }}
GOLANG_IMAGE=golang:1.22.5-bullseye
GOLANG_IMAGE=golang:1.24.6-bullseye
HAMICORE_IMAGE=${{ steps.meta.outputs.tags }}
DEST_DIR=/usr/local
tags: ${{ steps.meta1.outputs.tags }}
Expand Down
Loading