Skip to content

Commit

Permalink
update configmap on stage deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Baryshev <[email protected]>
  • Loading branch information
dennybaa committed Aug 20, 2021
1 parent a4423ae commit 5c3e4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ jobs:
inputs: |
{
"environment": "stage",
"image_tag": "${{ needs.setup.outputs.image_tag }}"
"image_tag": "${{ needs.setup.outputs.image_tag }}",
"config_ref": "master"
}

0 comments on commit 5c3e4a6

Please sign in to comment.