added new cicd yaml file

This commit is contained in:
Swarup Sengupta
2025-11-28 21:39:15 +05:30
parent 3bcad3c425
commit b8900962cf
+2 -2
View File
@@ -122,8 +122,8 @@ jobs:
if: steps.prep.outputs.should_push == 'true' if: steps.prep.outputs.should_push == 'true'
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5