This commit is contained in:
André Germann
2023-09-05 12:31:21 +02:00
committed by GitHub
parent a0ba10a02f
commit 7779f985d2

View File

@@ -78,8 +78,6 @@ jobs:
ghcr.io/buanet/iobroker:dev
buanet/iobroker:dev-node${{ vars.RECOMMENDED_NODE_VERSION }},
ghcr.io/buanet/iobroker:dev-node${{ vars.RECOMMENDED_NODE_VERSION }}
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
build-with-experimental-node:
if: inputs.chose_node_version == 'Experimental Node version' || inputs.chose_node_version == 'Both Node versions'
@@ -137,13 +135,13 @@ jobs:
context: ./debian12
file: ./debian12/Dockerfile
push: true
platforms: |
linux/amd64
# platforms: |
# linux/amd64
# linux/arm/v7
# linux/arm64/v8
tags: |
buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }},
ghcr.io/buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }}
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
delete-untagged-images:
if: ${{ always() }}