mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-02-06 12:16:44 +00:00
voucherchecker: deploy
Change-Id: Ie7e905741794bd3d7a0bbf49b44c6cb5148c5dde Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/2004
This commit is contained in:
parent
a25edadcd9
commit
3bab41db6e
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ go_binary(
|
|||
name = "voucherchecker",
|
||||
embed = [":voucherchecker_lib"],
|
||||
visibility = ["//visibility:public"],
|
||||
pure = "on",
|
||||
static = "on",
|
||||
)
|
||||
|
||||
container_layer(
|
||||
|
@ -37,5 +39,5 @@ container_push(
|
|||
image = ":runtime",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "q3k/voucherchecker",
|
||||
tag = "{BUILD_TIMESTAMP}-{STABLE_GIT_COMMIT}",
|
||||
tag = "1729638584",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue