run weekly
Some checks failed
Publish Docker Image / publish (push) Failing after 20s

This commit is contained in:
Luke Tainton 2025-01-02 15:33:46 +00:00
parent 20c5c4a7aa
commit c7c627a514
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -4,9 +4,8 @@ on:
push:
branches:
- main
env:
REGISTRY_URL: git.tainton.uk
schedule:
- cron: '@weekly'
jobs:
publish:
@ -24,7 +23,7 @@ jobs:
- name: Log in to Gitea Package Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY_URL }}
registry: ${{ vars.PACKAGES_REGISTRY_URL }}
username: ${{ vars.PACKAGES_REGISTRY_USERNAME }}
password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }}