Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15ed12f0c6 | ||
| 5b3bd631cb |
@@ -4,6 +4,9 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [created,edited,published]
|
types: [created,edited,published]
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOCKER_ORG: beyondcx
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
new images:
|
new images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -34,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: frontend
|
context: frontend
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/frontend-analytics-demo:${{ step.tagName.outputs.tag }}
|
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/frontend-analytics-demo:${{ steps.tagName.outputs.tag }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
file: frontend/Dockerfile
|
file: frontend/Dockerfile
|
||||||
|
|
||||||
@@ -43,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: backend
|
context: backend
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:${{ step.tagName.outputs.tag }}
|
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:${{ steps.tagName.outputs.tag }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
file: backend/Dockerfile
|
file: backend/Dockerfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user