Compare commits

..

No commits in common. "ca44f44720eff49f5a4ba273f58aecf2aa8be457" and "dc84453e923f6e9793752477a604610c84b75719" have entirely different histories.

2 changed files with 16 additions and 2 deletions

View File

@ -7,10 +7,17 @@ jobs:
build: build:
runs-on: almalinux-8 runs-on: almalinux-8
container: container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest image: git.query.consul/unkin/almalinux8:latest
options: --privileged options: --privileged
steps: 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
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -9,10 +9,17 @@ jobs:
build: build:
runs-on: almalinux-8 runs-on: almalinux-8
container: container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest image: git.query.consul/unkin/almalinux8:latest
options: --privileged options: --privileged
steps: 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
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3