aboutsummaryrefslogtreecommitdiff
path: root/docker.go
diff options
context:
space:
mode:
Diffstat (limited to 'docker.go')
-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)
}