🗃️ Committing everything that changed 🗃️

.github/workflows/publish.yaml
This commit is contained in:
casjay 2024-12-16 10:17:30 -05:00
parent 1c634f1bf9
commit 4439ef6b5b
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -50,10 +50,14 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true
platforms: | platforms: |
linux/amd64 linux/amd64
linux/arm64 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: | tags: |
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }} ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }}
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DOCKER_TAG }} ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DOCKER_TAG }}