Change backend build context
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m34s
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m34s
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Build backend and push it to registry
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: frontend
|
||||
context: backend
|
||||
push: true
|
||||
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backed-analytics-demo:${{ env.BRANCH_NAME }}
|
||||
platforms: linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user