Skip to content

Commit

Permalink
Uses private instance
Browse files Browse the repository at this point in the history
  • Loading branch information
davividal committed Jan 23, 2024
1 parent db007ac commit d61b54c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vm_instance_template: &VM_TEMPLATE


ci_instance_scanner: &CI_SCANNER
<<: *VM_TEMPLATE
image: https://eu-central-1.console.aws.amazon.com/ecr/repositories/private/275878209202/base:j17

multi_arch_build_task:
Expand Down Expand Up @@ -69,7 +70,7 @@ private_scan_task:
matrix:
- tag: $CURRENT_LTS_VERSION-datacenter-app
- tag: $NEXT_VERSION-datacenter-app
container:
ec2_instance:
<<: *CI_SCANNER
script:
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
Expand All @@ -88,7 +89,7 @@ public_scan_task:
matrix:
- tag: $CURRENT_LTS_VERSION-datacenter-app
- tag: $CURRENT_VERSION-datacenter-app
container:
ec2_instance:
<<: *CI_SCANNER
script:
- echo "docker.includes=${tag}" >> .cirrus/wss-unified-agent.config
Expand Down

0 comments on commit d61b54c

Please sign in to comment.