wip
This commit is contained in:
parent
857ec13bd0
commit
12b11272b2
1 changed files with 6 additions and 3 deletions
|
@ -3,8 +3,11 @@ name: Build and Push to Forgejo Registry
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
# schedule:
|
||||
# - cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||
paths:
|
||||
- '**/Dockerfile'
|
||||
- '**/docker.yml)'
|
||||
schedule:
|
||||
- cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
|
@ -26,7 +29,7 @@ jobs:
|
|||
# steps:
|
||||
- name: Login to Forgejo Container Registry
|
||||
env:
|
||||
DOCKER_HOST: /var/lib/docker.sock
|
||||
DOCKER_HOST: /var/run/docker.sock
|
||||
run: |
|
||||
echo "${{ secrets.FORGEJO_PASSWORD }}" | docker login git.k4li.de \
|
||||
-u "${{ vars.FORGEJO_USERNAME }}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue