mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-07 22:24:06 -05:00
fix(ci): fix docker manifest build
This commit is contained in:
committed by
GitHub
parent
010753d170
commit
7de9e5fb19
9
.github/workflows/images.yml
vendored
9
.github/workflows/images.yml
vendored
@@ -129,12 +129,9 @@ jobs:
|
||||
|
||||
- name: Generate ARM64 tags
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ matrix.image }}
|
||||
tags: |
|
||||
type=raw,value=latest-arm64
|
||||
type=sha,format=long,suffix=-arm64
|
||||
run: |
|
||||
IMAGE="${{ matrix.image }}"
|
||||
echo "tags=${IMAGE}:latest-arm64,${IMAGE}:${{ github.sha }}-arm64" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push ARM64 to GHCR
|
||||
uses: useblacksmith/build-push-action@v2
|
||||
|
||||
Reference in New Issue
Block a user