This also almost certainly won't work
/ test (push) Failing after 4s
Details
/ test (push) Failing after 4s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e872d9a433
commit
34246b06aa
|
@ -6,6 +6,8 @@ jobs:
|
||||||
- run: apt update && apt install -y docker.io
|
- 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: Hah, right...
|
||||||
|
uses: docker/setup-buildx@v3
|
||||||
- name: Login to forgejo
|
- name: Login to forgejo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue