typo fixed
Some checks failed
Tag Release / new images (release) Failing after 10s

This commit is contained in:
2026-02-17 10:50:41 +00:00
parent 3ea406044b
commit 5b3bd631cb

View File

@@ -34,7 +34,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 +43,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