Skip to content

Commit ae96dcc

Browse files
committed
Added
1 parent 0d77565 commit ae96dcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959
- uses: int128/docker-manifest-create-action@v2
6060
id: manifest
6161
with:
62-
index-annotations: ${{ steps.metadata.outputs.labels }}
6362
tags: ghcr.io/${{ github.repository }}:${{ matrix.version }}
6463
sources: |
6564
ghcr.io/${{ github.repository }}-linux-amd64:${{ matrix.version }}
6665
ghcr.io/${{ github.repository }}-linux-arm64:${{ matrix.version }}
66+
index-annotations: |
67+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
68+
org.opencontainers.image.version=${{ matrix.version }}

0 commit comments

Comments
 (0)