fix typo in image name
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m28s

This commit is contained in:
2026-02-14 19:04:01 +00:00
parent 77b61d3f33
commit c5064383fe

View File

@@ -52,7 +52,7 @@ jobs:
with: with:
context: backend context: backend
push: true push: true
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backed-analytics-demo:${{ env.BRANCH_NAME }} tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:${{ env.BRANCH_NAME }}
platforms: linux/amd64 platforms: linux/amd64
file: backend/Dockerfile file: backend/Dockerfile