From 0fd8f920d3ba0caadc00e331916b72e7d518204e Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Wed, 22 Jan 2025 12:21:40 +0100 Subject: [PATCH] ci(projects): Try to fix projects deployment --- .github/workflows/deploy-projects.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-projects.yml b/.github/workflows/deploy-projects.yml index ba4dcefd1..d61a78539 100644 --- a/.github/workflows/deploy-projects.yml +++ b/.github/workflows/deploy-projects.yml @@ -32,8 +32,7 @@ jobs: uses: docker/bake-action@v6 with: push: true - source: ./projects/ - files: docker-compose.base.yaml + files: projects/docker-compose.base.yaml set: | *.cache-to=type=gha,mode=max *.cache-from=type=gha @@ -41,8 +40,7 @@ jobs: uses: docker/bake-action@v6 with: push: true - source: ./projects/ - files: docker-compose.techs.yaml + files: projects/docker-compose.techs.yaml set: | *.cache-to=type=gha,mode=max *.cache-from=type=gha