Skip to content

Commit

Permalink
- ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
athphane committed Oct 4, 2023
1 parent 82a3449 commit 5c6196a
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 @@ -19,6 +19,6 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: userbot
run: |
docker build -f .build/Dockerfile -t ghcr.io/$DOCKER_USERNAME/$IMAGE_NAME ..
docker-compose -f .build/docker-compose.yml build
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push $DOCKER_USERNAME/$IMAGE_NAME
docker-compose -f .build/docker-compose.yml push

0 comments on commit 5c6196a

Please sign in to comment.