mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-16 21:20:39 +03:00
get gpt service from balshdocker (#16)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: ubuntu-gcc13
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -48,12 +48,7 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
- name: Build the Docker image to dev
|
||||
if: github.ref_name == 'dev'
|
||||
run: |
|
||||
docker build . -t ${{ secrets.DOCKERHUB_USERNAME }}/freegpt:dev
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build the Docker image to main
|
||||
if: github.ref_name == 'main'
|
||||
Reference in New Issue
Block a user