Compare commits
No commits in common. "e27ee99cb533c69900ba1bb0a5936d05303c77fe" and "e3463dc1fe7b84b38440212f282746fa65f2d1f5" have entirely different histories.
e27ee99cb5
...
e3463dc1fe
|
|
@ -14,12 +14,12 @@ jobs:
|
||||||
|
|
||||||
- name: Authentification Giteastry
|
- name: Authentification Giteastry
|
||||||
run: |
|
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
|
- name: Build Image Runner
|
||||||
run: |
|
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
|
- name: Push vers Giteastry
|
||||||
run: |
|
run: |
|
||||||
docker push git.gorym.net/rym/devsecops-runner:latest
|
docker push container.rym.local/rym/devsecops-runner:latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue