Skip to content

Commit

Permalink
Fix secretes variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
SYusupov committed Sep 15, 2024
1 parent 1fbe5c3 commit 861f104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 861f104

Please sign in to comment.