proxmox
c1ca2b41c0
Stop forcing DOCKER_HOST to tcp://docker.local:2375
...
Job containers already mount the host Docker socket and default to
unix:///var/run/docker.sock. The TCP override is unreachable from the
bridge network and breaks docker login/build in Gitea Actions.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-02 21:36:05 -07:00
Hermes
ec2a398894
Add DOCKER_HOST and DOCKER_BUILDKIT=1 as action defaults
2026-05-02 19:39:38 -07:00
Hermes
df9f7be226
Add image-prefix with DOCKER_REGISTRY/owner default
2026-05-02 19:35:20 -07:00
Hermes
2cae5b571c
Remove DOCKER_BUILDKIT from action (workflow decides)
2026-05-02 19:16:49 -07:00
Hermes
37ea862399
Default registry creds from secrets
2026-05-02 19:14:57 -07:00
Hermes
2492adefa4
Remove docker inspect (fails with remote DOCKER_HOST)
2026-05-02 19:10:03 -07:00
Hermes
f05475b36e
Set DOCKER_BUILDKIT=1 (Dockerfile needs BuildKit features)
2026-05-02 19:00:34 -07:00
Hermes
6de66e6940
Simplify: plain docker build with DOCKER_HOST, no buildx
2026-05-02 18:56:57 -07:00
Hermes
c6aae208d1
fix: remove --progress=plain from plain docker build (buildx-only flag)
2026-05-02 18:29:33 -07:00
Hermes
91772c117e
fix: disable DOCKER_BUILDKIT for plain docker builds to fix DNS resolution
2026-05-02 18:26:29 -07:00
Hermes
074185b6cd
feat: add use-buildx option to fall back to plain docker build
2026-05-02 18:22:19 -07:00
Hermes
28a544906c
fix: detect buildkit bootstrap failure and fallback to docker driver
2026-05-02 18:19:15 -07:00
Hermes
e23f8a636d
fix: properly detect docker-container failure and fallback to docker driver
2026-05-02 18:16:34 -07:00
Hermes
21b303bf96
fix: fallback to docker driver if docker-container fails (sysfs mount perms)
2026-05-02 18:12:10 -07:00
Hermes
36a5d566e1
Fix: use github.ref_name for tag extraction, remove silent login fallback, drop broken github.ref_type check
2026-05-02 18:05:19 -07:00
Hermes
c092e90c3c
Fix: make registry login conditional inside step instead of using if: on step
2026-05-02 16:52:54 -07:00
Hermes
bbd07b045f
Add registry login, default cache-from, and cache-from/to defaults
2026-05-02 16:46:41 -07:00
Hermes
cfe1188143
fix: use --load --output=type=docker for local builds so images are available to run
2026-05-02 16:19:33 -07:00
Hermes
c077fc8b6f
Add docker-build composite action
2026-05-02 16:12:11 -07:00