Skip to content

Commit

Permalink
ci: use docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
indrif committed Nov 15, 2024
1 parent 10bff09 commit 7fca5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd diamonds2
git fetch
git checkout --progress --force ${{ github.sha }}
docker compose down --remove-orphans
docker-compose down --remove-orphans
docker system prune -af
source ~/.bash_profile
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 7fca5c2

Please sign in to comment.