Compare commits

..

No commits in common. "e3463dc1fe7b84b38440212f282746fa65f2d1f5" and "6edb515c6c6e8e049f4a16e1e376bb18a3245e32" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Build & Publish DevSecOps Runner name: Build & Push DevSecOps Runner
on: on:
push: push:
@ -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 --add-host container.rym.local:213.32.20.132 -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