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]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- '**/Dockerfile'
|
- '**/Dockerfile'
|
||||||
# - '**/docker.yml'
|
- '**/build-and-push.yml'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
- cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ jobs:
|
||||||
- name: Login to Forgejo Container Registry
|
- name: Login to Forgejo Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.k4li.de
|
registry: ${{ vars.FORGEJO_URL }}
|
||||||
username: ${{ vars.FORGEJO_USERNAME }}
|
username: ${{ vars.FORGEJO_USERNAME }}
|
||||||
password: ${{ vars.FORGEJO_PASSWORD }}
|
password: ${{ secrets.FORGEJO_PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Build n Push
|
- name: Build n Push
|
||||||
run: |
|
run: |
|
Loading…
Add table
Add a link
Reference in a new issue