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 - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Docker CLI - 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 # uses: docker/setup-docker-action@v4
# run: | run: |
# apt-get update apt-get update
# apt-get install -y docker.io apt-get install -y docker.io
# which docker which docker
- name: docker which - name: docker which
run: which dockerd run: which dockerd
- name: Log in to Forgejo Docker Registry - name: Log in to Forgejo Docker Registry