From ca731154cbfa412868f368047ef025f0041fbd89 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Tue, 13 Aug 2024 18:37:35 -0700 Subject: [PATCH] Testing with non-PR branch --- .github/workflows/image_build_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index d54eda3..e22464a 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -2,7 +2,7 @@ name: docker-image-push-public-dash on: push: - branches: [ main ] + branches: [ image-push-2 ] workflow_dispatch: inputs: @@ -65,7 +65,7 @@ jobs: # TODO: Create a token with basic repo permissions name: docker-image-tag github-token: ${{ secrets.GH_PAT_TAG }} - repository: e-mission/e-mission-server + repository: MukuFlash03/e-mission-server run-id: ${{ env.RUN_ID }} - name: Print artifact tag