fix: docker context
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 4s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 8s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 1s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-06 15:55:50 +03:00
parent e64f287ca3
commit 8f53fcfe13
+1
View File
@@ -68,6 +68,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with: with:
context: ./${{ env.BACKEND_PATH }} context: ./${{ env.BACKEND_PATH }}
file: ./${{ env.BACKEND_PATH }}/UniVerse.Api/Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}