Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update workflow branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Sep 11, 2023
1 parent 028764a commit 7ab6736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Build and Push
on:
push:
branches:
- chimeragpt-version
- naga-version
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/freegpt-webui-chimera:latest
tags: ${{ secrets.DOCKER_USERNAME }}/freegpt-webui-naga:latest
4 changes: 2 additions & 2 deletions .github/workflows/sync-hugging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync with Hugging Face Hub
on:
push:
branches:
- chimeragpt-version
- naga-version

jobs:
build:
Expand All @@ -17,4 +17,4 @@ jobs:
repo_type: space
space_sdk: docker
hf_token: ${{ secrets.HF_TOKEN }}
branch: chimeragpt-version
branch: naga-version
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ Get your API key from the [NagaAI Discord](https://discord.naga.ac).
Pull the Docker image from Docker Hub:

```
docker pull ramonvc/freegpt-webui-chimera
docker pull ramonvc/freegpt-webui-naga
```

Run the application using Docker:

```
docker run -p 1338:1338 -e NAGA_API_KEY=<API-Key> ramonvc/freegpt-webui-chimera
docker run -p 1338:1338 -e NAGA_API_KEY=<API-Key> ramonvc/freegpt-webui-naga
```

Access the application in your browser using the URL:
Expand Down

0 comments on commit 7ab6736

Please sign in to comment.