This commit is contained in:
parent
db92521cba
commit
efaffcce73
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ name: Build and Push to Forgejo Registry
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
# - cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
username: ${{ vars.FORGEJO_USERNAME }}
|
username: ${{ vars.FORGEJO_USERNAME }}
|
||||||
password: ${{ secrets.FORGEJO_PASSWORD }}
|
password: ${{ secrets.FORGEJO_PASSWORD }}
|
||||||
|
|
||||||
-
|
# -
|
||||||
# name: Checkout
|
# name: Checkout
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
# -
|
# -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue