0.13.0 final
This commit is contained in:
parent
756799529a
commit
34bf525c89
9 changed files with 64 additions and 85 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
|
@ -177,6 +177,8 @@ jobs:
|
|||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
USE_ROCM=1
|
||||
|
||||
# For tagged releases, build and push the Docker image with the corresponding tag
|
||||
- name: Build and Push Docker Image (Tagged)
|
||||
|
|
@ -189,4 +191,6 @@ jobs:
|
|||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
USE_ROCM=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue