From ed4a06907417307648f5f7efe6772e8f7bb6df99 Mon Sep 17 00:00:00 2001 From: Prakash Date: Mon, 18 Mar 2024 18:01:37 +0545 Subject: [PATCH 1/4] Update build-deploy-container.yml --- .github/workflows/build-deploy-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-deploy-container.yml b/.github/workflows/build-deploy-container.yml index 141368426d..85e21fa3b0 100644 --- a/.github/workflows/build-deploy-container.yml +++ b/.github/workflows/build-deploy-container.yml @@ -7,8 +7,8 @@ on: env: REGISTRY: ghcr.io - WEBAPP_IMAGE_NAME: bigcapital/bigcapital-webapp - SERVER_IMAGE_NAME: bigcapital/bigcapital-server + WEBAPP_IMAGE_NAME: poudelprakash/bigcapital-webapp + SERVER_IMAGE_NAME: poudelprakash/bigcapital-server jobs: build-publish-webapp: @@ -78,4 +78,4 @@ jobs: - name: Slack Notification built and published server container successfully. uses: rtCamp/action-slack-notify@v2 env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} From 2d2cd5d00cf954ff70c00ae3517bf9092ccaee7e Mon Sep 17 00:00:00 2001 From: Prakash Date: Mon, 18 Mar 2024 18:02:02 +0545 Subject: [PATCH 2/4] Update e2e.yml --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 02ff382fb6..52dc7f1c4b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -4,6 +4,7 @@ on: branches: - main - develop + - feat/oidc-integration paths: - '**.ts' - '**.tsx' @@ -65,4 +66,4 @@ jobs: with: name: playwright-report path: test-results/ - retention-days: 30 \ No newline at end of file + retention-days: 30 From 215056f02b5b0da3b66aba289654ff7fe53b32ef Mon Sep 17 00:00:00 2001 From: Prakash Date: Mon, 18 Mar 2024 18:13:49 +0545 Subject: [PATCH 3/4] Update build-deploy-container.yml --- .github/workflows/build-deploy-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy-container.yml b/.github/workflows/build-deploy-container.yml index 85e21fa3b0..6402e31d21 100644 --- a/.github/workflows/build-deploy-container.yml +++ b/.github/workflows/build-deploy-container.yml @@ -40,7 +40,7 @@ jobs: context: . file: ./packages/webapp/Dockerfile push: true - tags: ghcr.io/bigcapitalhq/webapp:latest + tags: ghcr.io/poudelprakash/webapp:latest labels: ${{ steps.meta.outputs.labels }} # Send notification to Slack channel. @@ -71,7 +71,7 @@ jobs: context: ./ file: ./packages/server/Dockerfile push: true - tags: ghcr.io/bigcapitalhq/server:latest + tags: ghcr.io/poudelprakash/server:latest labels: ${{ steps.meta.outputs.labels }} # Send notification to Slack channel. From ae4ae76308a92b71f43432b8505fa2f53bc2860f Mon Sep 17 00:00:00 2001 From: Prakash Date: Mon, 18 Mar 2024 18:24:13 +0545 Subject: [PATCH 4/4] disable slack notification --- .github/workflows/build-deploy-container.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-deploy-container.yml b/.github/workflows/build-deploy-container.yml index 6402e31d21..715b0b31c1 100644 --- a/.github/workflows/build-deploy-container.yml +++ b/.github/workflows/build-deploy-container.yml @@ -44,10 +44,10 @@ jobs: labels: ${{ steps.meta.outputs.labels }} # Send notification to Slack channel. - - name: Slack Notification built and published webapp container successfully. - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + # - name: Slack Notification built and published webapp container successfully. + # uses: rtCamp/action-slack-notify@v2 + # env: + # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} build-publish-server: name: Build and deploy server container @@ -75,7 +75,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} # Send notification to Slack channel. - - name: Slack Notification built and published server container successfully. - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + # - name: Slack Notification built and published server container successfully. + # uses: rtCamp/action-slack-notify@v2 + # env: + # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}