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

This commit is contained in:
rangelovk 2026-07-08 21:29:09 +00:00
parent 86bf8344cb
commit 635a680951

View file

@ -11,11 +11,11 @@ jobs:
contents: read
steps:
- name: Debug
run: |
echo "actor=[${{ github.actor }}]"
echo "repo=[${{ github.repository }}]"
echo "event=[${{ github.event_name }}]"
echo "ref=[${{ github.ref }}]"
run: |
echo "actor=[${{ github.actor }}]"
echo "repo=[${{ github.repository }}]"
echo "event=[${{ github.event_name }}]"
echo "ref=[${{ github.ref }}]"
- uses: actions/checkout@v4
- name: Login
uses: docker/login-action@v3