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 0d77565 commit ae96dccCopy full SHA for ae96dcc
.github/workflows/docker.yaml
@@ -59,8 +59,10 @@ jobs:
59
- uses: int128/docker-manifest-create-action@v2
60
id: manifest
61
with:
62
- index-annotations: ${{ steps.metadata.outputs.labels }}
63
tags: ghcr.io/${{ github.repository }}:${{ matrix.version }}
64
sources: |
65
ghcr.io/${{ github.repository }}-linux-amd64:${{ matrix.version }}
66
ghcr.io/${{ github.repository }}-linux-arm64:${{ matrix.version }}
+ index-annotations: |
67
+ org.opencontainers.image.source=https://github.com/${{ github.repository }}
68
+ org.opencontainers.image.version=${{ matrix.version }}
0 commit comments