Back to alpine
Some checks failed
Pack and Release / packwizInstall (push) Successful in 31s
Pack and Release / deploy (push) Failing after 14s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 09:34:11 +01:00
parent 56bb609c23
commit 7384bdf551

View file

@ -24,11 +24,10 @@ jobs:
needs: packwizInstall
runs-on: ubuntu-latest
container:
image: ubuntu:20.04
image: alpine
steps:
- name: Install Dependencies
#run: apk add nodejs git kubectl curl
run: apt-get update && apt-get install -y curl git nodejs && curl -fsSL -o /usr/local/bin/kubectl curl -LO https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl
run: apk add nodejs git kubectl curl bash
- name: Download mods Artifact
uses: actions/download-artifact@v3
with: