From 861f104e5057cadb5f9e70873a84ba9d2215535a Mon Sep 17 00:00:00 2001 From: SYusupov Date: Sun, 15 Sep 2024 23:49:42 +0200 Subject: [PATCH] Fix secretes variable name --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f755303..af61979 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,8 +56,8 @@ jobs: - name: Build and Push Docker image run: | - docker build -t ${{ secrets.DOCKER_USERNAME }}/logicgpt:${{ github.sha }} . - docker push ${{ secrets.DOCKER_USERNAME }}/logicgpt:${{ github.sha }} + docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/logicgpt:${{ github.sha }} . + docker push ${{ secrets.DOCKERHUB_USERNAME }}/logicgpt:${{ github.sha }} # ## Testing if the API works correctly # test_api: