From 2a931e53c75f6a735d44dde6970f656117b132d8 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Tue, 30 Jan 2024 17:46:26 +0530 Subject: [PATCH] staging_gitaction_yaml_file_update --- .../workflows/{docker-image.yml => docker-image-staging.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{docker-image.yml => docker-image-staging.yml} (83%) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image-staging.yml similarity index 83% rename from .github/workflows/docker-image.yml rename to .github/workflows/docker-image-staging.yml index f10905e88e..2ee6c09f0e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image-staging.yml @@ -3,7 +3,7 @@ name: Docker Publish Trigger on: push: branches: - - production-master # Change this to your main branch name, e.g., master + - staging # Change this to your main branch name, e.g., production-master jobs: build-and-publish: @@ -32,4 +32,4 @@ jobs: run: docker push ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }} && docker push ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:latest - name: Deploy to render - run: curl -X POST ${{ secrets.DEPLOY_HOOK_NOTIFICATION }}ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }} \ No newline at end of file + run: curl -X POST ${{ secrets.DEPLOY_HOOK_NOTIFICATION_STAGING }}ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }} \ No newline at end of file