Update .forgejo/workflows/test-registry.yaml
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
rangelovk 2026-07-08 21:31:39 +00:00
parent 80f80c74bb
commit da0752b0de

View file

@ -11,6 +11,10 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- name: Debug
run:
echo "${{ github.actor }}"
echo "${{ github.token }}"
- name: Login
uses: docker/login-action@v3
with: