From caaa0beb4d0db456089ed496b891ff8058dca78c Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 16 Dec 2024 10:28:53 -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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d17a005..3747dea 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,10 +54,7 @@ jobs: platforms: | linux/amd64 linux/arm64 - 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 + outputs: 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 }}