fix: add docker.io install for step container (no docker CLI in runner image)

This commit is contained in:
2026-07-19 19:02:23 +08:00
parent e1faacf7a7
commit bc707179ce
+2
View File
@@ -27,6 +27,8 @@ jobs:
- name: Build & Push Docker image
run: |
apt-get update -qq
apt-get install -y -qq docker.io
TAG=${{ github.sha }}
docker build \
--build-arg BUILD_MODE=${{ inputs.environment == 'prod' && 'production' || 'development' }} \