0.13.0 final

This commit is contained in:
matatonic
2024-06-25 17:20:28 -04:00
parent 756799529a
commit 34bf525c89
9 changed files with 64 additions and 85 deletions

View File

@@ -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