Node20 not supported by forgejo actions runner, manual.
/ test (push) Failing after 5s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 15:57:01 +00:00
parent a29be1938b
commit bd596b4813
1 changed files with 3 additions and 6 deletions

View File

@ -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