Merge pull request 'fix(cicd): add k3s arguents 4 runner' (#4) from dev/m7s into main
Build & Push DevSecOps Runner / Build & Publish Runner Image to Giteastry (push) Failing after 46s Details

Reviewed-on: #4
This commit is contained in:
Marc Lasserre 2026-08-26 17:31:18 +00:00
commit 6edb515c6c
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ jobs:
- name: Authentification Giteastry - name: Authentification Giteastry
run: | run: |
echo "${{ secrets.GITEA_TOKEN }}" | docker login container.rym.local -u ${{ gitea.actor }} --password-stdin echo "${{ secrets.GITEA_TOKEN }}" | docker login 213.32.20.132 -u ${{ gitea.actor }} --password-stdin
- name: Build Image Runner - name: Build Image Runner
run: | run: |
docker build -t container.rym.local/rym/devsecops-runner:latest . docker build -t 213.32.20.132/rym/devsecops-runner:latest .
- name: Push vers Giteastry - name: Push vers Giteastry
run: | run: |
docker push container.rym.local/rym/devsecops-runner:latest docker push 213.32.20.132/rym/devsecops-runner:latest