mirror of
https://github.com/dockersrc/archlinux
synced 2025-01-18 06:34:21 -05:00
🗃️ Committing everything that changed 🗃️
.github/workflows/publish.yaml
This commit is contained in:
parent
1c634f1bf9
commit
4439ef6b5b
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user