Sponsorship auto-generate v0.1.50

This commit is contained in:
Jokob-sk
2024-01-28 23:32:27 +11:00
parent 8e603fd5f9
commit 1f9fc71416
4 changed files with 20 additions and 34 deletions

View File

@@ -61,7 +61,7 @@ jobs:
type=sha
- name: Log in to Github Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jokob-sk
@@ -69,7 +69,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@@ -59,7 +59,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
- name: Log in to Github Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jokob-sk
@@ -67,7 +67,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@@ -2,7 +2,7 @@ name: Update Sponsors Table
on:
schedule:
- cron: '40 11 * * *' # Set your preferred schedule (UTC)
- cron: '35 12 * * *' # Set your preferred schedule (UTC)
jobs:
update-table: