Skip to content

Commit

Permalink
Removed workflow dispatch inputs
Browse files Browse the repository at this point in the history
No longer need inputs since reading from .env.tags in server repo directly
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 20, 2024
1 parent b860da7 commit 7a1d1af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 7a1d1af

Please sign in to comment.