Updated ci.yml
This commit is contained in:
parent
540eb533a9
commit
9bb5a851a4
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue