diff --git a/.github/workflows/auth-service-cd.yml b/.github/workflows/auth-service-cd.yml index e210044..206f9fb 100644 --- a/.github/workflows/auth-service-cd.yml +++ b/.github/workflows/auth-service-cd.yml @@ -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 diff --git a/.github/workflows/backend-cd.yml b/.github/workflows/backend-cd.yml index fec1fd6..50a8e64 100644 --- a/.github/workflows/backend-cd.yml +++ b/.github/workflows/backend-cd.yml @@ -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