This almost certainly won't work
/ test (push) Failing after 1m27s
Details
/ test (push) Failing after 1m27s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9b25c1d5d8
commit
e872d9a433
|
@ -3,10 +3,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: apt update && apt install -y docker.io
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Login to GitLab
|
- name: Login to forgejo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.martyn.berlin
|
registry: git.martyn.berlin
|
||||||
|
|
Loading…
Reference in New Issue