From 26fc4609f064ccceb0100fea4f51d6bacffca04e Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 15 Jul 2022 12:50:43 +0200 Subject: [PATCH] Enable publish to ghcr.io --- .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 e388418d..20cfa356 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'