Skip to content

Commit

Permalink
try fix push
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Jun 28, 2024
1 parent ccea8f6 commit ea373ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ jobs:
${MY_INTERNAL_SENSOR_IMAGE_REPO}:${FALCON_SENSOR_IMAGE_TAG}
## push the images to your registry
docker push ${MY_INTERNAL_SENSOR_IMAGE_REPO}:${FALCON_SENSOR_IMAGE_TAG}
docker push ${ECR_REGISTRY}/${MY_INTERNAL_SENSOR_IMAGE_REPO}:${FALCON_SENSOR_IMAGE_TAG}
# add the repository to your Helm client
export REPO=crowdstrike/falcon-sensor
Expand All @@ -890,6 +890,9 @@ jobs:
else
echo "CrowdStrike CID missing, skipping falcon sensor setup"
fi
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

report-if-failed:
name: Report if workflow failed
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ea373ba

Please sign in to comment.