renamed the build and push workflow correctly
All checks were successful
Build and Push to Forgejo Registry / checkout (push) Successful in 2m29s
All checks were successful
Build and Push to Forgejo Registry / checkout (push) Successful in 2m29s
This commit is contained in:
parent
a6ffa87fa2
commit
09fcd90c2c
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
branches: [main]
|
||||
paths:
|
||||
- '**/Dockerfile'
|
||||
# - '**/docker.yml'
|
||||
- '**/build-and-push.yml'
|
||||
schedule:
|
||||
- cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||
|
||||
|
@ -19,9 +19,9 @@ jobs:
|
|||
- name: Login to Forgejo Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.k4li.de
|
||||
registry: ${{ vars.FORGEJO_URL }}
|
||||
username: ${{ vars.FORGEJO_USERNAME }}
|
||||
password: ${{ vars.FORGEJO_PASSWORD }}
|
||||
password: ${{ secrets.FORGEJO_PACKAGE_TOKEN }}
|
||||
|
||||
- name: Build n Push
|
||||
run: |
|
Loading…
Add table
Add a link
Reference in a new issue