fix(ci) point container registry | gorym.net
This commit is contained in:
parent
ae18eba3d4
commit
202b69feed
|
|
@ -14,12 +14,12 @@ jobs:
|
|||
|
||||
- name: Authentification Giteastry
|
||||
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
|
||||
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
|
||||
run: |
|
||||
docker push container.rym.local/rym/devsecops-runner:latest
|
||||
docker push git.gorym.net/rym/devsecops-runner:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue