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