docker4martyn/.forgejo/workflows/ci.yaml

10 lines
300 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- 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