Initial commit
This commit is contained in:
25
http/demo.http
Normal file
25
http/demo.http
Normal file
@@ -0,0 +1,25 @@
|
||||
POST http://localhost:8888/
|
||||
Accept: application/json
|
||||
Authorization: 123456
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"type": "PUSH_ARTIFACT",
|
||||
"event_data": {
|
||||
"resources": [
|
||||
{
|
||||
"digest": "sha256:4c2ce204be06227e55a2580d9be0b0281324ebecd2e5110dc9a708720adb4ab1",
|
||||
"tag": "latest",
|
||||
"resource_url": "docker.sebse.de/web-development/node-wannistesvorbei:latest"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"date_created": 1618826088,
|
||||
"name": "node-wannistesvorbei",
|
||||
"namespace": "web-development",
|
||||
"repo_full_name": "web-development/node-wannistesvorbei",
|
||||
"repo_type": "private"
|
||||
}
|
||||
}
|
||||
}
|
||||
###
|
||||
Reference in New Issue
Block a user