Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
delargement authored Aug 9, 2023
1 parent 2fce6bd commit d1c4ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: create apikey
env:
APIKEY: ${{secrets.APIKEY}}
run: |
cd nush-llm-chatbot/llamaindex
touch apikey
echo "$APIKEY" >> apikey
- uses: actions/checkout@v2
- name: Push image to AppVenture registry
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit d1c4ed5

Please sign in to comment.