Skip to content

Commit

Permalink
Move docs image docker-sphinx to ghcr from docker hub (kanisterio#982)
Browse files Browse the repository at this point in the history
* Move docs image `docker-sphinx` to ghcr from docker hub

It looks like when we moved kanister images from docker hub to
ghcr, we forgot about `docker-sphinx`.
Our pipeline fails a lot of times because of pull request limits
there and network issues.
Moving that image to ghcr where all of our other images are.

* Re-trigger CI

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
viveksinghggits and mergify[bot] authored May 10, 2021
1 parent 1227bd0 commit 1c9a3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ IMAGE_NAME := $(BIN)
IMAGE := $(REGISTRY)/$(IMAGE_NAME)

BUILD_IMAGE ?= ghcr.io/kanisterio/build:v0.0.12
DOCS_BUILD_IMAGE ?= kanisterio/docker-sphinx

DOCS_BUILD_IMAGE ?= ghcr.io/kanisterio/docker-sphinx

DOCS_RELEASE_BUCKET ?= s3://docs.kanister.io

Expand Down

0 comments on commit 1c9a3f1

Please sign in to comment.