Updated ci.yml
Some checks failed
CI for GGS-CRON / build-docker (push) Has been skipped
CI for GGS-CRON / build-and-test (push) Failing after 42s

This commit is contained in:
Ittipat Lusuk 2025-08-06 17:27:09 +07:00
parent 540902aa32
commit fec8eb0ade

View file

@ -14,11 +14,6 @@ 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-inspiron-15-3530.tail110d9.ts.net
- name: Set up timezone
run: |
apt-get update && apt-get install -y tzdata
@ -51,11 +46,6 @@ 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-inspiron-15-3530.tail110d9.ts.net
- name: Build Docker image
run: docker build -t ggs-cron:${{ github.ref_name }} .
- name: Run Docker container