Skip to content

Commit f0c20a9

Browse files
committed
Manifest fix
1 parent 010753d commit f0c20a9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/images.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,9 @@ jobs:
129129

130130
- name: Generate ARM64 tags
131131
id: meta
132-
uses: docker/metadata-action@v5
133-
with:
134-
images: ${{ matrix.image }}
135-
tags: |
136-
type=raw,value=latest-arm64
137-
type=sha,format=long,suffix=-arm64
132+
run: |
133+
IMAGE="${{ matrix.image }}"
134+
echo "tags=${IMAGE}:latest-arm64,${IMAGE}:${{ github.sha }}-arm64" >> $GITHUB_OUTPUT
138135
139136
- name: Build and push ARM64 to GHCR
140137
uses: useblacksmith/build-push-action@v2

0 commit comments

Comments
 (0)