Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 11, 2025
1 parent 7fb1aa7 commit 33b9465
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ jobs:
inputs: {
'image-tag': process.env.IMAGE_TAG,
'reset-deployments': process.env.RESET_DEPLOYMENTS,
'ref': process.env.GITHUB_REF,
'ref': github.sha,
'regression-tests': process.env.REGRESSION_TESTS,
'run-tests': process.env.RUN_TESTS
}
Expand All @@ -562,7 +562,6 @@ jobs:
core.setFailed(error.message);
}
env:
GITHUB_REF: ${{ github.sha }}
IMAGE_TAG: ${{ needs.build.outputs.image_version }}
# IMAGE_TAG: ${{ needs.deploy-test-eks.outputs.image_version }}
REGRESSION_TESTS: ${{ github.event.inputs.regression-tests || true }}
Expand Down

0 comments on commit 33b9465

Please sign in to comment.