From 99f5d671ef582975a45429b44549e23f4544c98e Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 5 Sep 2022 17:42:51 +0200 Subject: [PATCH] ci: use ghcr.io cosmos website-deployment image (#13156) --- .github/workflows/deploy-docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4ae01c38a9..fd45b4dd7f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: contents: write # for JamesIves/github-pages-deploy-action to push changes in repo runs-on: ubuntu-latest container: - image: tendermintdev/docker-website-deployment + image: ghcr.io/cosmos/website-deployment steps: - name: Checkout 🛎️ uses: actions/checkout@v3 @@ -28,9 +28,8 @@ jobs: persist-credentials: false fetch-depth: 0 - - name: Install and Build 🔧 + - name: Build 🔧 run: | - apk add rsync csplit make build-docs LEDGER_ENABLED=false - name: Deploy 🚀