From 9bb5a851a4de035aff80dfe614c7830e24ae3c09 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 6 Aug 2025 17:13:30 +0700 Subject: [PATCH] Updated ci.yml --- .forgejo/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 57c8a5e..8cc2699 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -14,6 +14,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + repository: pakin/ggs-cron + fetch-depth: 1 + ref: ${{ github.ref_name }} + server-url: https://pakin-test-15-3530.tail110d9.ts.net - name: Set up timezone run: | apt-get update && apt-get install -y tzdata @@ -46,6 +51,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + repository: pakin/ggs-cron + fetch-depth: 1 + ref: ${{ github.ref_name }} + server-url: https://pakin-test-15-3530.tail110d9.ts.net - name: Build Docker image run: docker build -t ggs-cron:${{ github.ref_name }} . - name: Run Docker container