From 4439ef6b5b7974801cf0ec320ddfd542ec74752b Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 16 Dec 2024 10:17:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .github/workflows/publish.yaml --- .github/workflows/publish.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f3adf80..d17a005 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -50,10 +50,14 @@ jobs: with: context: . file: ./Dockerfile + push: true platforms: | linux/amd64 linux/arm64 - push: true + outputs: | + type=image,name=target,annotation-index.org.opencontainers.image.licenses=WTFPL + type=image,name=target,annotation-index.org.opencontainers.image.source=http://github.com/dockersrc/archlinux + type=image,name=target,annotation-index.org.opencontainers.image.description=Containerized version of archlinux tags: | ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }} ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DOCKER_TAG }}