Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben 1d42f57c2e feat: initial commit
Build / build (pull_request) Failing after 2s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:15:49 +10:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ jobs:
steps:
- name: Set up environment
run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20
dnf install -y docker-ce-cli make bash git nodejs
dnf install -y docker-ce-cli
dnf install -y make bash git nodejs
- name: Checkout code
uses: actions/checkout@v3
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
steps:
- name: Set up environment
run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20
dnf install -y docker-ce-cli make bash git nodejs
dnf install -y docker-ce-cli
dnf install -y make bash git nodejs
- name: Checkout code
uses: actions/checkout@v3