From 97eb57ef70f822ee014e177952bc0b0aa2e2d70d Mon Sep 17 00:00:00 2001 From: Balazs Toldi Date: Wed, 4 Dec 2024 07:58:02 +0100 Subject: [PATCH] Switch to ubuntu in deploy Signed-off-by: Balazs Toldi --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c9709b..4970c59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,10 +30,11 @@ jobs: needs: packwizInstall runs-on: ubuntu-latest container: - image: alpine + image: ubuntu:20.04 steps: - name: Install Dependencies - run: apk add nodejs git kubectl curl + #run: apk add nodejs git kubectl curl + run: apt-get update && apt-get install -y curl git kubectl nodejs - name: Download mods Artifact uses: actions/download-artifact@v3 with: