fix(ci): TCP 2375 inside pod #8

Merged
M7s merged 1 commits from dev/m7s into main 2026-08-26 19:08:40 +00:00
1 changed files with 3 additions and 9 deletions
Showing only changes of commit f6078c3f10 - Show all commits

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