Sfoglia il codice sorgente

Fix Build Docker image step

Daniel Bohry 1 anno fa
parent
commit
35210a5560
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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