From cff86546eb33b41e4faa1af944e8e8faf6d4041e Mon Sep 17 00:00:00 2001 From: Kirosbr Date: Wed, 30 Oct 2024 10:50:45 +0100 Subject: [PATCH] update gitea script --- .gitea/workflows/auto_release.yaml | 2 +- .gitea/workflows/docker_builder_latest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/auto_release.yaml b/.gitea/workflows/auto_release.yaml index c595040..ef8831f 100644 --- a/.gitea/workflows/auto_release.yaml +++ b/.gitea/workflows/auto_release.yaml @@ -5,7 +5,7 @@ on: name: Milestone Closure jobs: create-release-notes: - runs-on: alpine:latest + runs-on: self-hosted steps: - uses: actions/checkout@master - name: Create Release Notes diff --git a/.gitea/workflows/docker_builder_latest.yaml b/.gitea/workflows/docker_builder_latest.yaml index 93df682..4cd345e 100644 --- a/.gitea/workflows/docker_builder_latest.yaml +++ b/.gitea/workflows/docker_builder_latest.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Set up and Install Dependencies run: | - apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl libxml2 libxslt + apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev - name: Check out repository code uses: actions/checkout@v4