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