Update .gitea/workflows/pipeline.yml
All checks were successful
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 8s
Build and Push foundryvtt Docker Image / build (push) Successful in 31s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 6s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 5s
All checks were successful
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 8s
Build and Push foundryvtt Docker Image / build (push) Successful in 31s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 6s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 5s
This commit is contained in:
@@ -4,16 +4,20 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**/CHANGES.md'
|
||||
- '**/build-info.json'
|
||||
paths:
|
||||
- '.gitea/workflows/*.yml'
|
||||
- '**/Dockerfile'
|
||||
- '**/*.sh'
|
||||
- '!.cache/*'
|
||||
- '!**/CHANGES.md'
|
||||
- '!**/build-info.json'
|
||||
schedule:
|
||||
- cron: '15 1 * * 0'
|
||||
|
||||
env:
|
||||
IMAGE_REGISTRY: gitea.fithwum.tech
|
||||
IMAGE_REGISTRY: ${{ secrets.REPO_URL }}
|
||||
IMAGE_ORG: ${{ secrets.GIT_USERNAME }}
|
||||
IMAGE_REPO_TS: foundry_vtt
|
||||
IMAGE_REPO: foundry_vtt
|
||||
|
||||
jobs:
|
||||
check-for-changes:
|
||||
@@ -24,7 +28,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Pull latest alpine base
|
||||
run: docker pull alpine:latest
|
||||
@@ -70,6 +74,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@@ -87,6 +93,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Clone FoundryVTT repo
|
||||
run: |
|
||||
@@ -133,6 +141,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Clone FoundryVTT repo
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user