update: new registry path/project

This commit is contained in:
2024-05-16 19:59:01 +02:00
parent 0c386062e8
commit caf79e15e4

View File

@@ -35,7 +35,7 @@ jobs:
context: ./server/ context: ./server/
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: "${{ secrets.REGISTRY }}/athq/event-dispatcher:latest" tags: "${{ secrets.REGISTRY }}/atlantishq/event-dispatcher:latest"
- -
name: Build and push event-dispatcher name: Build and push event-dispatcher
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
@@ -43,4 +43,4 @@ jobs:
context: ./client/ context: ./client/
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: "${{ secrets.REGISTRY }}/athq/event-dispatcher-worker:latest" tags: "${{ secrets.REGISTRY }}/atlantishq/event-dispatcher-worker:latest"