#120 Try reading the documentation for the action...
Some checks failed
Docker Compose Config / docker-compose-config (push) Failing after 0s
First Gitea Action / my-shell-script (push) Successful in 14s

This commit is contained in:
Joey Hafner 2024-02-12 22:41:44 -08:00
parent d07415009e
commit ce87463f6f

View File

@ -14,7 +14,8 @@ jobs:
echo $(dirname $compose)/
done
- name: Compose Config
uses: actions-hub/docker@master
with:
args: compose config
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
run: docker compose version
- run: echo "Job status ${{ job.status }}"