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 447657f commit c7d5a4eCopy full SHA for c7d5a4e
.github/workflows/docker.yaml
@@ -61,6 +61,7 @@ jobs:
61
id: manifest
62
with:
63
index-annotations: ${{ steps.metadata.outputs.labels }}
64
- tags: ${{ steps.metadata.outputs.tags }}
+ tags: ghcr.io/${{ github.repository }}:${{ matrix.version }}
65
sources: |
66
ghcr.io/${{ github.repository }}-linux-amd64:${{ matrix.version }}
67
+ ghcr.io/${{ github.repository }}-linux-arm64:${{ matrix.version }}
0 commit comments