We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b854b5 commit b7c5c6eCopy full SHA for b7c5c6e
.github/workflows/release.yml
@@ -36,7 +36,10 @@ jobs:
36
uses: docker/build-push-action@v5
37
with:
38
context: .
39
+ platforms: linux/amd64,linux/arm64
40
push: true
- 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
44
cache-from: type=gha
45
cache-to: type=gha,mode=max
0 commit comments