diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-14 22:59:53 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-14 22:59:53 +0000 |
| commit | e9968ab535959d6733af1dba3d84f186a7b9579f (patch) | |
| tree | b942c786f2a6c32e44fb5a562e0de63c1bbd2720 | |
| parent | 18a0ab4216107bcdd442ca8492919ca3e874ecc1 (diff) | |
| download | x-1.1.2.tar.xz x-1.1.2.zip | |
docker.go: update logging outputv1.1.2
| -rw-r--r-- | docker.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) } |
