Compare commits
2 Commits
e74f92c265
...
5f2f76bb10
| Author | SHA1 | Date |
|---|---|---|
|
|
5f2f76bb10 | |
|
|
612048bc41 |
|
|
@ -14,18 +14,21 @@ jobs:
|
|||
|
||||
- name: Authentification Giteastry
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_TLS_VERIFY: "0"
|
||||
run: |
|
||||
echo "${{ secrets.GITEA_TOKEN }}" | docker login git.gorym.net -u ${{ gitea.actor }} --password-stdin
|
||||
|
||||
- name: Build Image Runner
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_TLS_VERIFY: "0"
|
||||
run: |
|
||||
docker build -t git.gorym.net/rym/devsecops-runner:latest .
|
||||
|
||||
- name: Push vers Giteastry
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_TLS_VERIFY: "0"
|
||||
run: |
|
||||
docker push git.gorym.net/rym/devsecops-runner:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue