diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 6e8993919..36c659201 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -33,5 +33,5 @@ jobs: name: Schedule k8s deployment env: DEPLOY_ENV: ${{ github.event.inputs.environment }} - DEPLOY_TAG: ${{ github.event.inputs.tag } + DEPLOY_TAG: ${{ github.event.inputs.tag }} run: make schedule-k8s-deployment