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:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: apt update && apt install -y docker.io
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Login to GitLab
|
||||
- name: Login to forgejo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.martyn.berlin
|
||||
|
|
Loading…
Reference in New Issue