Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
athphane authored Oct 4, 2023
1 parent 6608099 commit 37a305a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master


jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,7 +17,6 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: userbot
run: |
docker-compose -f .build/docker-compose.yml build
docker login ghcr.io -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
Expand Down

0 comments on commit 37a305a

Please sign in to comment.