From caf79e15e46e1ce900b3efa77a9b8c7629e12d89 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 16 May 2024 19:59:01 +0200 Subject: [PATCH] update: new registry path/project --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 50c4b32..51149d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,7 +35,7 @@ jobs: context: ./server/ platforms: linux/amd64 push: true - tags: "${{ secrets.REGISTRY }}/athq/event-dispatcher:latest" + tags: "${{ secrets.REGISTRY }}/atlantishq/event-dispatcher:latest" - name: Build and push event-dispatcher uses: docker/build-push-action@v3 @@ -43,4 +43,4 @@ jobs: context: ./client/ platforms: linux/amd64 push: true - tags: "${{ secrets.REGISTRY }}/athq/event-dispatcher-worker:latest" + tags: "${{ secrets.REGISTRY }}/atlantishq/event-dispatcher-worker:latest"