Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 5151ac0

Browse files
committed
CI cron + python image 3.8
1 parent 65b704e commit 5151ac0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
release:
1313
types:
1414
- created
15+
schedule:
16+
- cron: "0 0 1 * *"
1517

1618
jobs:
1719
build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-alpine
1+
FROM python:3.8-alpine
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)