From 20fff7712f030c7dc5ed286d0018120e1c85a12d Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Wed, 20 Jan 2021 15:31:28 -0500 Subject: [PATCH] Build fixes --- Makefile | 5 ++--- httpbin/assets/assets.go | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 4531336..eaf2521 100644 --- a/Makefile +++ b/Makefile @@ -142,11 +142,10 @@ gcloud-auth: # docker images # ============================================================================= image: - docker build -t $(DOCKER_TAG_DOCKERHUB) -t $(DOCKER_TAG_GCLOUD) . + docker build -t $(DOCKER_TAG_DOCKERHUB) . imagepush: image - docker push $(DOCKER_TAG_GCLOUD) - docker push $(DOCKER_TAG_GCLOUD) + docker push $(DOCKER_TAG_DOCKERHUB) # ============================================================================= diff --git a/httpbin/assets/assets.go b/httpbin/assets/assets.go index df339f6..d596b10 100644 --- a/httpbin/assets/assets.go +++ b/httpbin/assets/assets.go @@ -1,15 +1,15 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// static/forms-post.html (1.398kB) -// static/image.jpeg (35.588kB) -// static/image.png (8.09kB) -// static/image.svg (8.984kB) -// static/image.webp (10.568kB) -// static/index.html (11.363kB) -// static/moby.html (3.742kB) -// static/sample.json (421B) -// static/sample.xml (522B) -// static/utf8.html (14.24kB) +// forms-post.html (1.398kB) +// image.jpeg (35.588kB) +// image.png (8.09kB) +// image.svg (8.984kB) +// image.webp (10.568kB) +// index.html (11.363kB) +// moby.html (3.742kB) +// sample.json (421B) +// sample.xml (522B) +// utf8.html (14.24kB) package assets -- GitLab