From c1372852e9c990500cf3bb8ab043089f19f5c2f7 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 26 May 2022 09:50:39 +0200 Subject: [PATCH] Temp disable ghcr.io push (seems to make build fail) --- .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 447b13bd4..b8c4061e7 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 ghcr.io/koenkk/zigbee2mqtt:latest-dev \ + -t koenkk/zigbee2mqtt:latest-dev \ . - name: Docker build release if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'