Changed debug to look for docker
Some checks failed
Github Container Registry Upload / build (push) Failing after 20s

This commit is contained in:
ConfuzzedCat 2026-01-13 23:51:12 +01:00
parent 54938a9390
commit d721cb354b
Signed by: ConfuzzedCat
GPG key ID: D54F2F0C38D0304A

View file

@ -31,7 +31,7 @@ jobs:
steps:
- name: DEBUG
run: ls -la /data/docker
run: echo $(whereis docker)
- name: Checkout repository
uses: actions/checkout@v4
@ -52,7 +52,7 @@ jobs:
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
- name: Log into registry ghcr
if: forgejo.event_name != 'pull_request'
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with: