Back to alpine
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
56bb609c23
commit
7384bdf551
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -24,11 +24,10 @@ jobs:
|
||||||
needs: packwizInstall
|
needs: packwizInstall
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:20.04
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
#run: apk add nodejs git kubectl curl
|
run: apk add nodejs git kubectl curl bash
|
||||||
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
|
|
||||||
- name: Download mods Artifact
|
- name: Download mods Artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue