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