mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
fix: update to new docker build
This commit is contained in:
12
.github/workflows/main.yaml
vendored
12
.github/workflows/main.yaml
vendored
@@ -29,10 +29,18 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASS }}
|
||||
-
|
||||
name: Build and push signal-event-dispatcher
|
||||
name: Build and push event-dispatcher
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
context: ./server/
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: "${{ secrets.REGISTRY }}/athq/event-dispatcher:latest"
|
||||
-
|
||||
name: Build and push event-dispatcher
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./client/
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: "${{ secrets.REGISTRY }}/athq/event-dispatcher-worker:latest"
|
||||
|
||||
Reference in New Issue
Block a user