Skip to content

Commit

Permalink
.github. metadata-action requires images
Browse files Browse the repository at this point in the history
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 <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 13, 2023
1 parent c7c4519 commit 30872fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30872fd

Please sign in to comment.