fix: install docker CLI in job container + pass DOCKER_HOST via runner envs
CI/CD / build-and-push (push) Failing after 51s

This commit is contained in:
2026-04-13 16:15:32 +00:00
parent 2fb6fbfa1d
commit 44a238cfd5
+5
View File
@@ -21,6 +21,11 @@ jobs:
with:
ssl-verify: false
- name: Install Docker CLI
run: |
apt-get update -qq && apt-get install -y -qq docker.io
docker version --format '{{.Client.Version}}'
- name: Set image tag
id: tag
run: echo "TAG=${GITHUB_SHA::8}" >> $GITHUB_OUTPUT