From bae6e4a8e0d3287623c1ce7d6c641e7643558724 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 1 Dec 2024 13:07:53 +1100 Subject: [PATCH] feat: change to runnerdnd - remove some steps and improve the workflow --- .gitea/workflows/build.yaml | 9 +-------- .gitea/workflows/deploy.yaml | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dba7046..3b2fb9d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,17 +7,10 @@ jobs: build: runs-on: almalinux-8 container: - image: git.query.consul/unkin/almalinux8:latest + image: git.query.consul/unkin/almalinux8-runnerdnd:latest options: --privileged 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 uses: actions/checkout@v3 diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 83f8fde..71e1853 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,17 +9,10 @@ jobs: build: runs-on: almalinux-8 container: - image: git.query.consul/unkin/almalinux8:latest + image: git.query.consul/unkin/almalinux8-runnerdnd:latest options: --privileged 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 uses: actions/checkout@v3 -- 2.47.3