Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WovenCoast authored Nov 2, 2024
1 parent 2ca4f00 commit a763f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
docker-compose -f .build/docker-compose.yml build
docker compose -f .build/docker-compose.yml build
docker login ghcr.io -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker-compose -f .build/docker-compose.yml push
docker compose -f .build/docker-compose.yml push

0 comments on commit a763f85

Please sign in to comment.