Compare commits

..

No commits in common. "e74f92c265ba966e6298e2f9142348e02cb6f682" and "decc0ab5f8de85aeb939517c8f60bbccbc0771f5" have entirely different histories.

1 changed files with 9 additions and 3 deletions

View File

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