Browse Source

Fix Build Docker image step

Daniel Bohry 1 year ago
parent
commit
35210a5560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/buildAndRelease.yml

+ 1 - 1
.github/workflows/buildAndRelease.yml

@@ -54,7 +54,7 @@ jobs:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Push image
-        run: docker push lhamacorp/hellflix
+        run: docker push lhamacorp/stocks-be
 
   deploy:
     name: Deploy to Server