ci: use host docker socket on rust runner (no container override)
Build & Push Memory Image / build-push (push) Canceled after 0s
Build and Push / Test (push) Canceled after 0s
Build and Push / Build and push image (push) Canceled after 0s

This commit is contained in:
2026-09-05 14:12:37 -07:00
parent 148245e78a
commit 4e1d738ae7
-10
View File
@@ -8,20 +8,10 @@ on:
jobs:
build-push:
runs-on: rust
container:
image: docker:27-cli
volumes:
- /docker-certs/client:/docker-certs/client:ro
env:
DOCKER_HOST: tcp://localhost:2376
DOCKER_TLS_VERIFY: "1"
DOCKER_CERT_PATH: /docker-certs/client
REGISTRY: forgejo.riotpiao.com
IMAGE: forgejo.riotpiao.com/rock/poimen-memory
steps:
- name: Install git
run: apk add --no-cache git
- name: Checkout code
uses: actions/checkout@v4