diff --git a/images.json b/images.json index 0791bf2c..90068fa8 100644 --- a/images.json +++ b/images.json @@ -1,7 +1,10 @@ [ { "tag": "latest", - "events": ["pull_request", "push"], + "events": [ + "pull_request", + "push" + ], "config": { "protocol_version_default": 28 }, @@ -22,12 +25,12 @@ { "name": "rpc", "repo": "stellar/stellar-rpc", - "ref": "v28.0.0" + "ref": "v28.0.1" }, { "name": "horizon", "repo": "stellar/stellar-horizon", - "ref": "v28.0.0", + "ref": "v28.0.1", "options": { "pkg": "github.com/stellar/stellar-horizon" } @@ -48,7 +51,7 @@ { "name": "galexie", "repo": "stellar/stellar-galexie", - "ref": "galexie-v28.0.0" + "ref": "galexie-v28.0.1" } ], "tests": { @@ -64,7 +67,10 @@ }, { "tag": "testing", - "events": ["pull_request", "push"], + "events": [ + "pull_request", + "push" + ], "config": { "protocol_version_default": 28 }, @@ -85,12 +91,12 @@ { "name": "rpc", "repo": "stellar/stellar-rpc", - "ref": "v28.0.0" + "ref": "v28.0.1" }, { "name": "horizon", "repo": "stellar/stellar-horizon", - "ref": "v28.0.0", + "ref": "v28.0.1", "options": { "pkg": "github.com/stellar/stellar-horizon" } @@ -111,7 +117,7 @@ { "name": "galexie", "repo": "stellar/stellar-galexie", - "ref": "galexie-v28.0.0" + "ref": "galexie-v28.0.1" } ], "tests": { @@ -132,7 +138,10 @@ }, { "tag": "future", - "events": ["pull_request", "push"], + "events": [ + "pull_request", + "push" + ], "config": { "protocol_version_default": 28, "horizon_skip_protocol_version_check": true @@ -190,7 +199,10 @@ }, { "tag": "nightly", - "events": ["push", "schedule"], + "events": [ + "push", + "schedule" + ], "config": { "protocol_version_default": 28 }, @@ -247,7 +259,10 @@ }, { "tag": "nightly-next", - "events": ["push", "schedule"], + "events": [ + "push", + "schedule" + ], "config": { "protocol_version_default": 28, "horizon_skip_protocol_version_check": true