We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20afe6a commit 75bf887Copy full SHA for 75bf887
.github/workflows/build-multiarch.yml
@@ -41,5 +41,5 @@ jobs:
41
platforms: linux/amd64,linux/arm64
42
push: true
43
tags: |
44
- ghcr.io/${{ github.repository }}/matrix-rf-bridge:latest
45
- ghcr.io/${{ github.repository }}/matrix-rf-bridge:${{ github.sha }}
+ ghcr.io/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:${{ github.sha }}
0 commit comments