From 30872fdc2535bdbb0be836fee2ecd99fca9abb42 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 13 Aug 2023 12:26:00 +0200 Subject: [PATCH] .github. metadata-action requires images Even though we don't use them but instead rely on outputs=name in the first stage. The images are however used in the merge stage. Signed-off-by: Joachim Wiberg --- .github/workflows/container.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b58cc31..3477e67 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -29,6 +29,9 @@ jobs: - uses: docker/metadata-action@v4 id: meta with: + images: | + ${{ github.repository }} + ghcr.io/${{ github.repository }} labels: | org.opencontainers.image.source=https://github.com/troglobit/mg/tree/${{ github.sha }}/ - uses: docker/setup-qemu-action@v2