Changed debug to look for docker
Some checks failed
Github Container Registry Upload / build (push) Failing after 20s
Some checks failed
Github Container Registry Upload / build (push) Failing after 20s
This commit is contained in:
parent
54938a9390
commit
d721cb354b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
run: ls -la /data/docker
|
run: echo $(whereis docker)
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
# Login against a Docker registry except on PR
|
# Login against a Docker registry except on PR
|
||||||
# https://github.com/docker/login-action
|
# https://github.com/docker/login-action
|
||||||
- name: Log into registry ${{ env.REGISTRY }}
|
- name: Log into registry ghcr
|
||||||
if: forgejo.event_name != 'pull_request'
|
if: forgejo.event_name != 'pull_request'
|
||||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue