Skip to content

Commit

Permalink
Merge pull request #99 from WovenCoast/master
Browse files Browse the repository at this point in the history
Fix docker image build
  • Loading branch information
athphane authored Nov 2, 2024
2 parents 2ca4f00 + a763f85 commit b291ca2
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 b291ca2

Please sign in to comment.