parent
eafe7ee9d6
commit
0c78e79fb1
1 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: |
|
||||
apt update && apt install docker
|
||||
apt update &&
|
||||
apt install docker &&
|
||||
docker build -t beatrun-courses-server-docker:latest .
|
Loading…
Reference in a new issue