Updated ci.yml
Some checks failed
CI for GGS-CRON / build-and-test (push) Successful in 3m13s
CI for GGS-CRON / build-docker (push) Failing after 12s

This commit is contained in:
Ittipat Lusuk 2025-08-07 10:40:14 +07:00
parent c2e39dccee
commit 586f4efbb8

View file

@ -49,12 +49,9 @@ jobs:
needs: build-and-test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io
docker --version
uses: https://github.com/actions/checkout@v4
with:
server-url: https://pakin-inspiron-15-3530.tail110d9.ts.net
- 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