mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
update: new registry path/project
This commit is contained in:
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user