Node20 not supported by forgejo actions runner, manual.
/ test (push) Failing after 5s
Details
/ test (push) Failing after 5s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a29be1938b
commit
bd596b4813
|
@ -4,9 +4,6 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
- name: Login to Docker Registry
|
- run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest
|
||||||
uses: docker/login-action@v3
|
- run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin
|
||||||
with:
|
- run: docker push git.martyn.berlin/martyn/fat-ssh:latest
|
||||||
registry: git.martyn.berlin
|
|
||||||
username: martyn
|
|
||||||
password: ${{ secrets.PUSH_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in New Issue