fix(ci): TCP 2375 inside pod

This commit is contained in:
Marc Lasserre 2026-08-26 21:07:48 +02:00
parent f10de44f29
commit f6078c3f10
Signed by: M7s
GPG Key ID: F74837410959661B
1 changed files with 3 additions and 9 deletions

View File

@ -14,24 +14,18 @@ jobs:
- name: Authentification Giteastry
env:
DOCKER_HOST: tcp://localhost:2376
DOCKER_CERT_PATH: /certs/client
DOCKER_TLS_VERIFY: "1"
DOCKER_HOST: tcp://localhost:2375
run: |
echo "${{ secrets.GITEA_TOKEN }}" | docker login git.gorym.net -u ${{ gitea.actor }} --password-stdin
- name: Build Image Runner
env:
DOCKER_HOST: tcp://localhost:2376
DOCKER_CERT_PATH: /certs/client
DOCKER_TLS_VERIFY: "1"
DOCKER_HOST: tcp://localhost:2375
run: |
docker build -t git.gorym.net/rym/devsecops-runner:latest .
- name: Push vers Giteastry
env:
DOCKER_HOST: tcp://localhost:2376
DOCKER_CERT_PATH: /certs/client
DOCKER_TLS_VERIFY: "1"
DOCKER_HOST: tcp://localhost:2375
run: |
docker push git.gorym.net/rym/devsecops-runner:latest