fix: correctly call specific DH endpoints
This commit is contained in:
parent
afc57531ef
commit
293b6cc156
@ -30,7 +30,7 @@ steps:
|
||||
ENDPOINT:
|
||||
from_secret: dockerhub_endpoint
|
||||
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:
|
||||
from_secret: dockerhub_endpoint_nightly
|
||||
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