4
0
Fork 2
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:
q3k 2024-10-25 09:34:54 +00:00 committed by q3k
parent a25edadcd9
commit 3bab41db6e

View file

@ -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",
)