Switch to ubuntu in deploy
Some checks failed
Pack and Release / packwizInstall (push) Successful in 32s
Pack and Release / deploy (push) Failing after 15s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 07:58:02 +01:00
parent ae2b08edc9
commit 97eb57ef70

View file

@ -30,10 +30,11 @@ jobs:
needs: packwizInstall needs: packwizInstall
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: alpine image: ubuntu:20.04
steps: steps:
- name: Install Dependencies - 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 - name: Download mods Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: