From be55e3ee802f6f345029f06cf0c33a3951b2adcb Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 27 May 2022 11:47:43 +0200 Subject: [PATCH] Revert "Temp disable ghcr.io push (seems to make build fail)" This reverts commit c1372852e9c990500cf3bb8ab043089f19f5c2f7. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8c4061e..447b13bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,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'