mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-06 16:13:00 +02:00
fix version tag
This commit is contained in:
@@ -63,6 +63,6 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||||
tags: |
|
tags: |
|
||||||
iobroker/iobroker:latest,
|
iobroker/iobroker:latest,
|
||||||
iobroker/iobroker:latest-${{ env.majorversion }},
|
iobroker/iobroker:${{ env.majorversion }},
|
||||||
iobroker/iobroker:${{ env.version }}
|
iobroker/iobroker:${{ env.version }}
|
||||||
|
|
||||||
|
|||||||
@@ -70,10 +70,10 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||||
tags: |
|
tags: |
|
||||||
buanet/iobroker:latest,
|
buanet/iobroker:latest,
|
||||||
buanet/iobroker:latest-${{ env.majorversion }},
|
buanet/iobroker:${{ env.majorversion }},
|
||||||
buanet/iobroker:${{ env.version }},
|
buanet/iobroker:${{ env.version }},
|
||||||
ghcr.io/buanet/iobroker:latest,
|
ghcr.io/buanet/iobroker:latest,
|
||||||
ghcr.io/buanet/iobroker:latest-${{ env.majorversion }},
|
ghcr.io/buanet/iobroker:${{ env.majorversion }},
|
||||||
ghcr.io/buanet/iobroker:${{ env.version }}
|
ghcr.io/buanet/iobroker:${{ env.version }}
|
||||||
|
|
||||||
- name: Delete untagged images from GitHub packages
|
- name: Delete untagged images from GitHub packages
|
||||||
|
|||||||
Reference in New Issue
Block a user