From cd7cd25923d70e227ccb3da089e820538fa9fd3c Mon Sep 17 00:00:00 2001 From: Kannan Vishal <56219994+delargement@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:48:03 +0800 Subject: [PATCH] fix docker login --- .github/workflows/docker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9b3e7cf..3e2cd99 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - # - name: create apikey - # env: - # APIKEY: ${{secrets.APIKEY}} - # run: | - # cd llamaindex - # touch apikey - # echo "$APIKEY" >> apikey + - name: create apikey + env: + APIKEY: ${{secrets.APIKEY}} + run: | + cd llamaindex + touch apikey + echo "$APIKEY" >> apikey - name: Push image to AppVenture registry uses: docker/build-push-action@v1 with: