Add step to install required tools in build-docker-image workflow
All checks were successful
Build and Push Server Docker Image / build-server (push) Successful in 1m33s
All checks were successful
Build and Push Server Docker Image / build-server (push) Successful in 1m33s
This commit is contained in:
@@ -13,6 +13,9 @@ jobs:
|
|||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Install required tools
|
||||||
|
run: apk add --no-cache git nodejs npm
|
||||||
# 1. Check out the repo
|
# 1. Check out the repo
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user