Compare commits

..

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

1 changed files with 0 additions and 12 deletions

View File

@ -13,25 +13,13 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Authentification Giteastry - name: Authentification Giteastry
env:
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:
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:
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