Update Docker registry login configuration and adjust update workflow schedule
This commit is contained in:
parent
6e5d35cb55
commit
536130d727
@ -40,6 +40,7 @@ jobs:
|
||||
- name: Login to Morlana Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: reg.morlana.net
|
||||
username: ${{ secrets.MORLANA_DOCKER_USER }}
|
||||
password: ${{ secrets.MORLANA_DOCKER_PASSWORD }}
|
||||
|
||||
@ -77,6 +78,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
with:
|
||||
|
@ -2,7 +2,7 @@ name: Updating to latest Homebrewery Release
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 9,17 * * *'
|
||||
- cron: '0 17 * * *'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user