Updated ci.yml
Some checks failed
CI for GGS-CRON / build-docker (push) Failing after 25s

This commit is contained in:
Ittipat Lusuk 2025-08-07 11:39:32 +07:00
parent 6a3580d719
commit 821003a25b

View file

@ -51,12 +51,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Docker CLI
uses: https://github.com/docker/setup-docker-action@v4
# uses: https://github.com/docker/setup-docker-action@v4
# uses: docker/setup-docker-action@v4
# run: |
# apt-get update
# apt-get install -y docker.io
# which docker
run: |
apt-get update
apt-get install -y docker.io
which docker
- name: docker which
run: which dockerd
- name: Log in to Forgejo Docker Registry