Move container image to public/owltide
This commit is contained in:
parent
4e6468adac
commit
d9b78bff69
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue