mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
fix docker build action context
This commit is contained in:
2
.github/workflows/auth-service-cd.yml
vendored
2
.github/workflows/auth-service-cd.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/backend-cd.yml
vendored
2
.github/workflows/backend-cd.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user