fix: correctly call specific DH endpoints
This commit is contained in:
parent
afc57531ef
commit
293b6cc156
@ -30,7 +30,7 @@ steps:
|
|||||||
ENDPOINT:
|
ENDPOINT:
|
||||||
from_secret: dockerhub_endpoint
|
from_secret: dockerhub_endpoint
|
||||||
commands:
|
commands:
|
||||||
- curl -s -X POST $ENDPOINT
|
- curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST $ENDPOINT
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -61,7 +61,7 @@ steps:
|
|||||||
ENDPOINT:
|
ENDPOINT:
|
||||||
from_secret: dockerhub_endpoint_nightly
|
from_secret: dockerhub_endpoint_nightly
|
||||||
commands:
|
commands:
|
||||||
- curl -s -X POST $ENDPOINT
|
- curl -H "Content-Type: application/json" --data '{"docker_tag": "nightly"}' -X POST $ENDPOINT
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user