File tree Expand file tree Collapse file tree
cloudformation/scenarios/localgov-drupal/cdk/lib/constructs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 with :
7171 context : cloudformation/scenarios/localgov-drupal
7272 file : cloudformation/scenarios/localgov-drupal/docker/Dockerfile
73- push : ${{ github.event_name != 'pull_request ' && ( github.event.inputs.push_image != 'false') }}
73+ push : ${{ github.ref == 'refs/heads/main ' && github.event.inputs.push_image != 'false' }}
7474 tags : ${{ steps.meta.outputs.tags }}
7575 labels : ${{ steps.meta.outputs.labels }}
7676 cache-from : type=gha
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ export class ComputeConstruct extends Construct {
275275
276276 // Add container - pull from GitHub Container Registry
277277 const container = taskDefinition . addContainer ( 'drupal' , {
278- image : ecs . ContainerImage . fromRegistry ( 'ghcr.io/co-cddo/ndx_try_aws_scenarios-localgov_drupal:fix-menu-links-search-index ' ) ,
278+ image : ecs . ContainerImage . fromRegistry ( 'ghcr.io/co-cddo/ndx_try_aws_scenarios-localgov_drupal:latest ' ) ,
279279 logging : ecs . LogDrivers . awsLogs ( {
280280 logGroup : this . logGroup ,
281281 streamPrefix : 'drupal' ,
You can’t perform that action at this time.
0 commit comments