Test Schedule

This commit is contained in:
2024-01-22 12:32:32 -06:00
parent 52b2cbe09c
commit e9d822f9cf

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- "main"
schedule:
- cron: '0 19 * * *'
env:
REGISTRY: gitea.taco.quest
@@ -19,13 +21,13 @@ jobs:
packages: write
steps:
# - name: Prepare the container
# run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Build
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to registry