Skip to content

Commit c7d5a4e

Browse files
committed
Updated
1 parent 447657f commit c7d5a4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
id: manifest
6262
with:
6363
index-annotations: ${{ steps.metadata.outputs.labels }}
64-
tags: ${{ steps.metadata.outputs.tags }}
64+
tags: ghcr.io/${{ github.repository }}:${{ matrix.version }}
6565
sources: |
6666
ghcr.io/${{ github.repository }}-linux-amd64:${{ matrix.version }}
67+
ghcr.io/${{ github.repository }}-linux-arm64:${{ matrix.version }}

0 commit comments

Comments
 (0)