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 a00f2a6 commit 782f41e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag database:$(date +%s)
run: docker build . --file Dockerfile --tag database:$(date + %s)

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 782f41e

Please sign in to comment.