This commit is contained in:
surtur 2020-06-03 20:44:25 +02:00
parent 979a9dd32c
commit ca8b31f0bc
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -61,7 +61,7 @@ steps:
ENDPOINT:
from_secret: dockerhub_endpoint_nightly
commands:
- 'curl -H ''Content-Type:application/json'' --data ''{"docker_tag":"nightly"}'' -X POST $ENDPOINT
- 'curl -H ''Content-Type:application/json'' --data ''{"docker_tag":"nightly"}'' -X POST $ENDPOINT'
---