Skip to content

troubleshoot registry #8

troubleshoot registry

troubleshoot registry #8

Workflow file for this run

name: Docker CI
on:
push:
branches:
- main
jobs:
build:
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: Push image to AppVenture registry
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: registry.nush.app
repository: nush-llm-chatbot
tags: latest