Update .gitea/workflows/deploy-ci.yaml
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 4s
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 4s
This commit is contained in:
@@ -3,15 +3,17 @@ name: Sync CI from skins-template to Every User Repository
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
GITEA_API: https://${{ vars.CONTAINER_REGISTRY }}/api/v1
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
TEMPLATE_PATH: .gitea/workflows/ci.yml
|
||||||
|
IMAGE_NAME: osc/skins-image
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-all:
|
sync-all:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ${{ vars.CONTAINER_REGISTRY }}/arlind/skins:latest
|
image: ${{ vars.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
env:
|
|
||||||
GITEA_API: https://${{ vars.CONTAINER_REGISTRY }}/api/v1
|
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
|
||||||
TEMPLATE_PATH: .gitea/workflows/ci.yml
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch CI template via Gitea API
|
- name: Fetch CI template via Gitea API
|
||||||
|
|||||||
Reference in New Issue
Block a user