Compare commits

..

2 Commits

Author SHA1 Message Date
Marc Lasserre e27ee99cb5 Merge pull request 'fix(ci) point container registry | gorym.net' (#6) from dev/m7s into main
Build & Publish DevSecOps Runner / Build & Publish Runner Image to Giteastry (push) Failing after 8s Details
Reviewed-on: #6
2026-08-26 19:01:51 +00:00
Marc Lasserre 202b69feed
fix(ci) point container registry | gorym.net 2026-08-26 21:00:07 +02:00
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 git.gorym.net -u ${{ gitea.actor }} --password-stdin
- name: Build Image Runner - name: Build Image Runner
run: | run: |
docker build --add-host container.rym.local:213.32.20.132 -t container.rym.local/rym/devsecops-runner:latest . docker build -t git.gorym.net/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 git.gorym.net/rym/devsecops-runner:latest