Skip to content

Commit

Permalink
fix docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
delargement authored Aug 10, 2023
1 parent e769e8a commit cd7cd25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd7cd25

Please sign in to comment.