ci: specify image ubuntu:latest in container block to trigger proper docker container spawn with volume mounts
Deploy t-youtube / Build & Deploy (push) Failing after 1s
Deploy t-youtube / Build & Deploy (push) Failing after 1s
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
name: Build & Deploy
|
name: Build & Deploy
|
||||||
runs-on: nas
|
runs-on: nas
|
||||||
container:
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
network: gitea_gitea
|
network: gitea_gitea
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user