oh
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Jonny_Bro (Nikita) 2024-09-10 22:25:36 +05:00
parent eafe7ee9d6
commit 0c78e79fb1
Signed by: jonny_bro
GPG key ID: 3F1ECC04147E9BD8

View file

@ -4,5 +4,6 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- run: | - run: |
apt update && apt install docker apt update &&
apt install docker &&
docker build -t beatrun-courses-server-docker:latest . docker build -t beatrun-courses-server-docker:latest .