Compare commits

..

No commits in common. "6edb515c6c6e8e049f4a16e1e376bb18a3245e32" and "40d44760df9f2b1639a4401633050df8935dc9ed" 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 213.32.20.132 -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 213.32.20.132/rym/devsecops-runner:latest .
docker build -t container.rym.local/rym/devsecops-runner:latest .
- name: Push vers Giteastry
run: |
docker push 213.32.20.132/rym/devsecops-runner:latest
docker push container.rym.local/rym/devsecops-runner:latest