From 7ab67366f1ddfb1c38bc822e57476ec446ab2c13 Mon Sep 17 00:00:00 2001 From: Ramon Victor Cardoso Date: Mon, 11 Sep 2023 02:31:18 -0300 Subject: [PATCH] Update workflow branch names --- .github/workflows/docker-build-push.yml | 4 ++-- .github/workflows/sync-hugging.yml | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 9f6035b5..8b41edfb 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -2,7 +2,7 @@ name: Docker Build and Push on: push: branches: - - chimeragpt-version + - naga-version jobs: build-and-push: runs-on: ubuntu-latest @@ -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 diff --git a/.github/workflows/sync-hugging.yml b/.github/workflows/sync-hugging.yml index ed51d2ca..93d1117a 100644 --- a/.github/workflows/sync-hugging.yml +++ b/.github/workflows/sync-hugging.yml @@ -3,7 +3,7 @@ name: Sync with Hugging Face Hub on: push: branches: - - chimeragpt-version + - naga-version jobs: build: @@ -17,4 +17,4 @@ jobs: repo_type: space space_sdk: docker hf_token: ${{ secrets.HF_TOKEN }} - branch: chimeragpt-version \ No newline at end of file + branch: naga-version \ No newline at end of file diff --git a/README.md b/README.md index 91900434..15d95f17 100644 --- a/README.md +++ b/README.md @@ -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= ramonvc/freegpt-webui-chimera +docker run -p 1338:1338 -e NAGA_API_KEY= ramonvc/freegpt-webui-naga ``` Access the application in your browser using the URL: