CI-CD dejo node

This commit is contained in:
2025-06-10 02:48:31 -03:00
parent 98f50a3170
commit 47da3c3b07

View File

@ -59,7 +59,7 @@ jobs:
- name: Build and Push Backend - name: Build and Push Backend
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: infrastructure context: .
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
file: ./Dockerfile file: ./Dockerfile
push: true push: true