Compare commits

..

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

1 changed files with 3 additions and 3 deletions

View File

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