Compare commits

..

1 Commits

Author SHA1 Message Date
530f84bc8c feat: initial commit
Some checks failed
build-docker-image / push (pull_request) Has been skipped
build-docker-image / clean (pull_request) Failing after 9s
build-docker-image / build (pull_request) Failing after 11s
- add Makefile
- add gitea workflows
- add Dockerfile
2024-09-08 00:38:25 +10:00

View File

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