Skip to content

Commit

Permalink
ci: Use compose as a CLI plugin for build
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed Apr 25, 2024
1 parent 0902de5 commit 104f5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
driver: docker
- name: Build production environment using docker-compose
run: |
docker-compose -f docker-compose.yml -f docker-compose.caddy.yml build production
docker compose -f docker-compose.yml -f docker-compose.caddy.yml build production
- name: Save Docker image as a tarball
run: docker save bxt_production:latest -o bxt-production.tar
Expand Down

0 comments on commit 104f5fd

Please sign in to comment.