Skip to content

Commit

Permalink
ci(projects): Try to fix projects deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jan 22, 2025
1 parent 28725e6 commit 0fd8f92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@ 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
- name: Build and push techs
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
Expand Down

0 comments on commit 0fd8f92

Please sign in to comment.