Enable publish to ghcr.io

This commit is contained in:
Koen Kanters
2022-07-15 12:50:43 +02:00
committed by GitHub
parent 1d8d6fe070
commit 26fc4609f0
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
--platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7 \
-f docker/Dockerfile \
--push \
-t koenkk/zigbee2mqtt:latest-dev \
-t koenkk/zigbee2mqtt:latest-dev -t ghcr.io/koenkk/zigbee2mqtt:latest-dev \
.
- name: Docker build release
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'