Skip to content

Commit

Permalink
Add docker compose instead of docker-compose in actions scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchosiax committed Sep 18, 2024
1 parent a73abf1 commit a4666ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Docker images
env:
TAG: latest
run: docker-compose -f docker-compose.build.yml build
run: docker compose -f docker-compose.build.yml build
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand All @@ -39,4 +39,4 @@ jobs:
- name: Push images to GitHub Container Registry
env:
TAG: latest
run: docker-compose -f docker-compose.build.yml push
run: docker compose -f docker-compose.build.yml push

0 comments on commit a4666ec

Please sign in to comment.