More tags

This commit is contained in:
Vincent Fiduccia
2018-07-10 12:48:35 -07:00
parent ec6da321c6
commit 7f0031403a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline:
dockerfile: Dockerfile.algolia
repo: rancher/docs
context: .
tag: dev
tag: algolia
secrets: [docker_username, docker_password]
when:
branch: master
+1 -1
View File
@@ -6,4 +6,4 @@ WORKDIR /run
COPY gulpfile.babel.js /run/
ENTRYPOINT ["gulp"]
CMD ["publish:seach-index"]
CMD ["publish:search-index"]