From 7a1d1af40a98b7edaead7ca4238312f328826484 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Fri, 20 Sep 2024 16:28:47 -0700 Subject: [PATCH] Removed workflow dispatch inputs No longer need inputs since reading from .env.tags in server repo directly --- .github/workflows/image_build_push.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index b154d38..8a9ca8b 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -5,10 +5,6 @@ on: branches: [ main, cleanup-cicd ] workflow_dispatch: - inputs: - docker_image_tag: - description: "Latest Docker image tags passed from e-mission-server repository on image build and push" - required: true env: DOCKER_USER: ${{secrets.DOCKER_USER}}