chore: use custom container for building
All checks were successful
Deploy / Prepare Build (push) Successful in 16s
All checks were successful
Deploy / Prepare Build (push) Successful in 16s
This commit is contained in:
parent
8b88f7988e
commit
ee562f2a56
@ -11,14 +11,7 @@ jobs:
|
||||
runs-on: homelab
|
||||
container: git.comprofix.com/mmckinnon/alpine-runner:latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache openssh
|
||||
apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
|
||||
python3 -m pip install --user ansible --break-system-packages
|
||||
export PATH="/root/.local/bin:$PATH"
|
||||
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user