Switch to ubuntu in deploy
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
ae2b08edc9
commit
97eb57ef70
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue