some more testing

This commit is contained in:
buanet
2023-04-12 01:00:30 +02:00
parent d1ef726594
commit 1b1249eb46

View File

@@ -61,6 +61,16 @@ jobs:
ghcr.io/buanet/iobroker
tags: |
type=raw,value=dev
labels: |
org.opencontainers.image.title=Official ioBroker Docker Image
org.opencontainers.image.description=Officical Docker image for ioBroker smarthome software (https://www.iobroker.net)
org.opencontainers.image.documentation=https://github.com/buanet/ioBroker.docker#readme
org.opencontainers.image.authors=André Germann <info@buanet.de>
org.opencontainers.image.url=https://github.com/buanet/ioBroker.docker
org.opencontainers.image.source=https://github.com/buanet/ioBroker.docker
org.opencontainers.image.base.name=docker.io/library/debian:bullseye-slim
org.opencontainers.image.version=${{ env.VERSION }}
org.opencontainers.image.created=${{ env.DATI }}
- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
@@ -74,8 +84,8 @@ jobs:
# tags: |
# buanet/iobroker:dev,
# ghcr.io/buanet/iobroker:dev
#provenance: false
#outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Officical Docker image for ioBroker smarthome software (https://www.iobroker.net)
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Officical Docker image for ioBroker smarthome software (https://www.iobroker.net)
- name: Delete untagged images from GitHub Container Registry
uses: actions/github-script@v6.4.1