test logins
/ test (push) Failing after 11s
Details
/ test (push) Failing after 11s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
8bdfe94b2e
commit
a29be1938b
|
@ -4,3 +4,9 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
|
- name: Login to Docker Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: git.martyn.berlin
|
||||||
|
username: martyn
|
||||||
|
password: ${{ secrets.PUSH_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue