aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-14 22:59:53 +0000
committerChristine Dodrill <me@christine.website>2019-06-14 22:59:53 +0000
commite9968ab535959d6733af1dba3d84f186a7b9579f (patch)
treeb942c786f2a6c32e44fb5a562e0de63c1bbd2720
parent18a0ab4216107bcdd442ca8492919ca3e874ecc1 (diff)
downloadx-1.1.2.tar.xz
x-1.1.2.zip
docker.go: update logging outputv1.1.2
-rw-r--r--docker.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker.go b/docker.go
index 965fc71..823f4f4 100644
--- a/docker.go
+++ b/docker.go
@@ -45,5 +45,6 @@ func main() {
yeet.ShouldWork(ctx, nil, yeet.WD, "docker", "push", otherResTag)
yeet.ShouldWork(ctx, nil, yeet.WD, "docker", "push", dnsdGithubTag)
- log.Printf("use %s", resTag)
+ log.Printf("xperimental: %s %s", resTag, otherResTag)
+ log.Printf("dnsd: %s %s", dnsdTag, dnsdGithubTag)
}