beatrun-courses-server-docker/.forgejo/workflows/build.yaml
Jonny_Bro (Nikita) 0c78e79fb1
Some checks failed
/ test (push) Has been cancelled
oh
2024-09-10 22:25:36 +05:00

9 lines
No EOL
197 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: |
apt update &&
apt install docker &&
docker build -t beatrun-courses-server-docker:latest .