From 975eb7d6ae53f2e0148deb10f0bc7082c102e102 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 1 Jun 2022 16:57:47 +0200 Subject: [PATCH] Revert "Revert "Temp: disable ghcr.io since it makes build fail"" This reverts commit 4e28df88aecfaa5bf72355aa5a14cf9b59857a4c. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f1b442..7a5ef34d 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' @@ -66,7 +66,7 @@ jobs: --platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7 \ -f docker/Dockerfile \ --push \ - -t koenkk/zigbee2mqtt:latest -t "koenkk/zigbee2mqtt:$TAG" -t ghcr.io/koenkk/zigbee2mqtt:latest -t "ghcr.io/koenkk/zigbee2mqtt:$TAG" \ + -t koenkk/zigbee2mqtt:latest -t "koenkk/zigbee2mqtt:$TAG" \ . - name: Publish to npm if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push' @@ -113,4 +113,4 @@ jobs: - name: Build run: npm run build - name: Test - run: npm run test-with-coverage \ No newline at end of file + run: npm run test-with-coverage