Compare commits

..

1 Commits

Author SHA1 Message Date
e2d7bca962 feat: initial commit
Some checks failed
build-docker-image / push (pull_request) Has been skipped
build-docker-image / clean (pull_request) Failing after 12s
build-docker-image / build (pull_request) Failing after 14s
- add Makefile
- add gitea workflows
- add Dockerfile
2024-09-08 00:48:49 +10:00

View File

@ -14,8 +14,6 @@ jobs:
container:
image: docker:dind
options: --privileged
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Set up environment
@ -32,8 +30,6 @@ jobs:
container:
image: docker:dind
options: --privileged
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Set up environment
@ -56,8 +52,6 @@ jobs:
container:
image: docker:dind
options: --privileged
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Set up environment