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 contents: read
steps: steps:
- name: Debug - name: Debug
run: | run: |
echo "actor=[${{ github.actor }}]" echo "actor=[${{ github.actor }}]"
echo "repo=[${{ github.repository }}]" echo "repo=[${{ github.repository }}]"
echo "event=[${{ github.event_name }}]" echo "event=[${{ github.event_name }}]"
echo "ref=[${{ github.ref }}]" echo "ref=[${{ github.ref }}]"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Login - name: Login
uses: docker/login-action@v3 uses: docker/login-action@v3