Update, add schedules
This commit is contained in:
@@ -6,9 +6,11 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
paths:
|
paths:
|
||||||
- "SteamCMD-Installer/*"
|
- "SteamCMD-Installer/**"
|
||||||
# schedule:
|
paths-ignore:
|
||||||
# - cron: "37 18 * * *"
|
- ".gitea/**"
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * 0"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.taco.quest
|
REGISTRY: gitea.taco.quest
|
||||||
@@ -29,6 +31,9 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
@@ -7,8 +7,10 @@ on:
|
|||||||
- "main"
|
- "main"
|
||||||
paths:
|
paths:
|
||||||
- "SteamCMD/*"
|
- "SteamCMD/*"
|
||||||
# schedule:
|
paths-ignore:
|
||||||
# - cron: "37 18 * * *"
|
- ".gitea/**"
|
||||||
|
schedule:
|
||||||
|
- cron: "0 1 * * 0"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.taco.quest
|
REGISTRY: gitea.taco.quest
|
||||||
|
Reference in New Issue
Block a user