Move container image to public/owltide
All checks were successful
/ build (push) Successful in 1m33s
/ deploy (push) Successful in 16s

This commit is contained in:
Hornwitser 2025-07-02 00:14:35 +02:00
parent 4e6468adac
commit d9b78bff69

View file

@ -5,7 +5,7 @@ on:
branches:
- develop
env:
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/private/schedule-demo:${{ github.ref_name }}
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
jobs:
build:
@ -50,6 +50,6 @@ jobs:
curl --silent \
--header "X-Secret: ${{ secrets.FULLA_WEBHOOK_SERVICE_SECRET }}" \
--data action=restart \
--data service=schedule-demo \
--data service=owltide-demo \
--fail-with-body \
"http://fulla.hz.hornwitser.no:9000/hooks/service"