Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperb0rean authored Feb 18, 2024
1 parent 6028e6f commit ddc2684
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
- name: Build Bot
run: docker build . --file Dockerfile --tag database

run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Bot
run: docker run -e TOKEN=${{ secrets.TOKEN }} database

0 comments on commit ddc2684

Please sign in to comment.