docker4martyn/.forgejo/workflows/ci.yaml

13 lines
284 B
YAML

on: [push]
jobs:
test:
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 }}