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:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
env:
|
env:
|
||||||
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/private/schedule-demo:${{ github.ref_name }}
|
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -50,6 +50,6 @@ jobs:
|
||||||
curl --silent \
|
curl --silent \
|
||||||
--header "X-Secret: ${{ secrets.FULLA_WEBHOOK_SERVICE_SECRET }}" \
|
--header "X-Secret: ${{ secrets.FULLA_WEBHOOK_SERVICE_SECRET }}" \
|
||||||
--data action=restart \
|
--data action=restart \
|
||||||
--data service=schedule-demo \
|
--data service=owltide-demo \
|
||||||
--fail-with-body \
|
--fail-with-body \
|
||||||
"http://fulla.hz.hornwitser.no:9000/hooks/service"
|
"http://fulla.hz.hornwitser.no:9000/hooks/service"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue