test logins
Some checks failed
/ test (push) Failing after 11s

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 15:46:22 +00:00
parent 8bdfe94b2e
commit a29be1938b

View file

@ -4,3 +4,9 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- run: echo All Good - 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 }}