Add Dockerfile
This commit is contained in:
parent
74d150dfed
commit
facf3a0877
8
.forgejo/workflows/build.yaml
Normal file
8
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * */1 *'
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: date
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# hadolint ignore=DL3006
|
||||||
|
FROM alpine:latest
|
||||||
|
RUN apk add bash
|
Loading…
Reference in a new issue