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 5418f23111
commit 73fdaf82e7
+1
View File
@@ -36,6 +36,7 @@ jobs:
- name: Build & Push Docker image
run: |
apt-get install -y -qq docker.io
TAG=${{ github.sha }}
docker build -t $REGISTRY/$APP:$TAG -t $REGISTRY/$APP:${{ inputs.environment }} .
docker push $REGISTRY/$APP:$TAG