Compare commits

..

1 Commits

Author SHA1 Message Date
7e4de22873 feat: initial commit
All checks were successful
Build / build (pull_request) Successful in 2m39s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:19:59 +10:00
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ jobs:
steps: steps:
- name: Set up environment - name: Set up environment
run: | run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20 dnf module enable -y nodejs:20
dnf install -y docker-ce-cli dnf install -y docker-ce-cli make bash git nodejs
dnf install -y make bash git nodejs
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -15,10 +15,10 @@ jobs:
steps: steps:
- name: Set up environment - name: Set up environment
run: | run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20 dnf module enable -y nodejs:20
dnf install -y docker-ce-cli dnf install -y docker-ce-cli make bash git nodejs
dnf install -y make bash git nodejs
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3