Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 0854c74

Browse files
committed
fix: ci
1 parent d551fe2 commit 0854c74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/db_scheduled_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
with:
4343
artifacts: "doonroom_*.db,doonroom_my_*.sql"
4444
token: ${{ secrets.GITHUB_TOKEN }}
45-
tag: week${{ env.DATE }}
45+
name: week${{ env.DATE }}
4646
artifactErrorsFailBuild: true

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM python:3
2+
3+
RUN pip install --upgrade pip
4+
5+
RUN python -m pip install git+https://github.com/eggplants/doonroom_db
6+
7+
ENTRYPOINT ["ddb"]

0 commit comments

Comments
 (0)