From 9999000d905df6fcad4d581054c92af65c30a291 Mon Sep 17 00:00:00 2001 From: Falk Date: Fri, 8 Sep 2023 16:14:34 +0200 Subject: [PATCH] fix(ci): use correct image tag --- .github/workflows/publish-ember.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-ember.yml b/.github/workflows/publish-ember.yml index 57de696..aa1acf9 100644 --- a/.github/workflows/publish-ember.yml +++ b/.github/workflows/publish-ember.yml @@ -36,5 +36,5 @@ jobs: with: context: ./ember file: ./ember/Dockerfile - tags: projectcaluma/caluma-portal-demo:latest + tags: ghcr.io/projectcaluma/caluma-portal-demo:latest push: true