Fix registry URL
Some checks failed
Build Docker image / Build image (push) Failing after 4s

This commit is contained in:
Marko Korhonen 2025-06-07 01:58:41 -05:00
parent e4121914d9
commit 85befc572f

View file

@ -15,7 +15,7 @@ jobs:
VERSION: 2.9
SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.lan
REGISTRY: git.korhonen.ccc
REPO: ${{ env.REGISTRY }}/functionalhacker/caddy
steps: