Merge pull request 'fix(ci): TCP 2375 inside pod' (#8) from dev/m7s into main
Build & Publish DevSecOps Runner / Build & Publish Runner Image to Giteastry (push) Failing after 9s
Details
Build & Publish DevSecOps Runner / Build & Publish Runner Image to Giteastry (push) Failing after 9s
Details
Reviewed-on: #8
This commit is contained in:
commit
e74f92c265
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue