fix(deploy): install docker-cli and docker-cli-compose inside alpine runner container natively
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m42s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m42s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
apt-get update
|
||||
apt-get install -y nodejs git openjdk-21-jdk rsync
|
||||
elif command -v apk &> /dev/null; then
|
||||
apk add --no-cache nodejs git openjdk21 rsync
|
||||
apk add --no-cache nodejs git openjdk21 rsync docker-cli docker-cli-compose
|
||||
fi
|
||||
|
||||
- name: Checkout Code
|
||||
|
||||
Reference in New Issue
Block a user