fix docker build action context

This commit is contained in:
2024-03-11 19:47:33 +01:00
parent a4a79a1136
commit 26b446ab54
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
context: auth-service
context: "{{defaultContext}}:auth-service"
tags: vcscsvcscs/gheritage-auth-service:latest
deployment:
name: Deploy to Kubernetes

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
context: backend
context: "{{defaultContext}}:backend"
tags: vcscsvcscs/gheritage-backend-service:latest
deployment:
name: Deploy to Kubernetes