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

This commit is contained in:
Ittipat Lusuk 2025-08-07 11:16:00 +07:00
parent 002d88a94e
commit ba933e96d3

View file

@ -51,11 +51,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Docker CLI
uses: docker/setup-docker-action@v4
# run: |
# apt-get update
# apt-get install -y docker.io
# which docker
# uses: docker/setup-docker-action@v4
run: |
apt-get update
apt-get install -y docker.io
which docker
- name: Log in to Forgejo Docker Registry
run: |
echo "${{ secrets.ACCESS_TOKEN }}" | docker login pakin-inspiron-15-3530.tail110d9.ts.net -u "${{ secrets.DOCKER_USER }}" --password-stdin