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
|
||||
steps:
|
||||
- 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 }}
|
||||
- run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest
|
||||
- run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin
|
||||
- run: docker push git.martyn.berlin/martyn/fat-ssh:latest
|
||||
|
|
Loading…
Reference in New Issue