From 22a9dfe763d3637a9f9bb52d7b88494963675368 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Date: Thu, 5 Dec 2019 12:46:46 -0800 Subject: [PATCH] Going back to using the canary image in drone (#1482) * Going back to using the canary image in drone This is a follow-up to the follow-on work described in https://github.com/gomods/athens/pull/1480#issue-349109197 * it's gomods/athens not athens-dev --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cdab1e94..149c5208 100644 --- a/.drone.yml +++ b/.drone.yml @@ -154,7 +154,7 @@ services: ports: - 6379 - name: athens-proxy - image: gomods/athens-dev:221c451 # temporary to make the build pass, revert to gomods/athens:canary after merge. + image: gomods/athens:canary pull: always ports: - 3000