Skip to content

Commit cbc0f4f

Browse files
authored
ci(general): uses GIT_HASH_OR_TAG with gateway deployment (#2214)
1 parent 4f1bb06 commit cbc0f4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

catalyst-gateway/blueprint.cue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ project: {
5151
key: "cassandra-volatile-password"
5252
}
5353
}
54-
5554
"CASSANDRA_VOLATILE_DEPLOYMENT": {
5655
secret: {
5756
name: "gateway"
@@ -236,7 +235,7 @@ project: {
236235
tag: {}
237236
}
238237
config: {
239-
tag: _ @forge(name="GIT_COMMIT_HASH")
238+
tag: _ @forge(name="GIT_HASH_OR_TAG")
240239
}
241240
}
242241
}

0 commit comments

Comments
 (0)