Skip to content

Commit b7c5c6e

Browse files
committed
fix build pipeline
1 parent 5b854b5 commit b7c5c6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
uses: docker/build-push-action@v5
3737
with:
3838
context: .
39+
platforms: linux/amd64,linux/arm64
3940
push: true
40-
tags: ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }}
41+
tags: |
42+
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
43+
ghcr.io/${{ github.repository }}:latest
4144
cache-from: type=gha
4245
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)