app/factorio -> personal/q3k/factorio

Change-Id: I92be6a726aef306f6f4de4e5a91defa86cda81fc
This commit is contained in:
q3k 2019-07-21 17:02:12 +02:00 committed by q3k
parent c4e653ad46
commit 7fb4acb690
4 changed files with 4 additions and 4 deletions

View file

@ -45,8 +45,8 @@ genrule(
executable = True, executable = True,
cmd = """ cmd = """
tag=0.17.52-1 tag=0.17.52-1
docker tag bazel/app/factorio:$$tag registry.k0.hswaw.net/app/factorio:$$tag docker tag bazel/personal/q3k/factorio:$$tag registry.k0.hswaw.net/personal/q3k/factorio:$$tag
docker push registry.k0.hswaw.net/app/factorio:$$tag docker push registry.k0.hswaw.net/personal/q3k/factorio:$$tag
echo -ne "#!/bin/sh\necho Pushed $$tag.\n" > $(OUTS) echo -ne "#!/bin/sh\necho Pushed $$tag.\n" > $(OUTS)
""", """,
) )

View file

@ -1,6 +1,6 @@
# Factorio on Kubernetes. # Factorio on Kubernetes.
local kube = import "../../../kube/kube.libsonnet"; local kube = import "../../../../kube/kube.libsonnet";
{ {
local factorio = self, local factorio = self,

View file

@ -1,5 +1,5 @@
local factorio = import "factorio.libsonnet"; local factorio = import "factorio.libsonnet";
local kube = import "../../../kube/kube.libsonnet"; local kube = import "../../../../kube/kube.libsonnet";
// Available versions: // Available versions: