fix(workflow): use gitea-runner-hestia label instead of ubuntu-latest
This commit is contained in:
parent
d4bf867657
commit
9e4217147f
@ -21,7 +21,7 @@ jobs:
|
|||||||
# ============================================
|
# ============================================
|
||||||
validate:
|
validate:
|
||||||
name: Validate Picsur Compose
|
name: Validate Picsur Compose
|
||||||
runs-on: ubuntu-latest
|
runs-on: gitea-runner-hestia
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy Picsur to Dockerino
|
name: Deploy Picsur to Dockerino
|
||||||
needs: validate
|
needs: validate
|
||||||
runs-on: ubuntu-latest
|
runs-on: gitea-runner-hestia
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
environment: production
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user