Skip to content

Commit

Permalink
fix: update manual deploy workflow for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jan 16, 2024
1 parent fd8cd26 commit 93fa615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93fa615

Please sign in to comment.