remove cache

This commit is contained in:
buanet
2023-04-16 13:59:37 +02:00
parent 9afa6646c2
commit f60c87388c
2 changed files with 0 additions and 5 deletions

View File

@@ -75,9 +75,6 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.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)
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v6

View File

@@ -67,8 +67,6 @@ jobs:
ghcr.io/buanet/iobroker:dev
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Delete untagged images from GitHub Container Registry
uses: actions/github-script@v6.4.1