From e1c9d68c689aafe3bf47024326b2821597f44ce6 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 2 Jun 2022 16:27:11 +0200 Subject: [PATCH] Revert "Check if ghcr.io build works again" This reverts commit 1596714ccbcc2c8496e122e5308210d4ca733e70. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce4dd0fbe..5add1dd3c 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'