Skip to content

Commit 2da1079

Browse files
committed
ci: Configure Docker build workflow for GHCR
- Add fix/menu-links-search-index branch to triggers - Update IMAGE_NAME to co-cddo/ndx_try_aws_scenarios-localgov_drupal - Include workflow file itself in paths trigger
1 parent 022cb39 commit 2da1079

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ name: Build LocalGov Drupal Container
1212

1313
on:
1414
push:
15-
branches: [main]
15+
branches: [main, fix/menu-links-search-index]
1616
paths:
1717
- 'cloudformation/scenarios/localgov-drupal/docker/**'
1818
- 'cloudformation/scenarios/localgov-drupal/drupal/**'
1919
- 'cloudformation/scenarios/localgov-drupal/.dockerignore'
20+
- '.github/workflows/docker-build.yml'
2021
workflow_dispatch:
2122
inputs:
2223
push_image:
@@ -27,7 +28,7 @@ on:
2728

2829
env:
2930
REGISTRY: ghcr.io
30-
IMAGE_NAME: ${{ github.repository_owner }}/localgov-drupal
31+
IMAGE_NAME: co-cddo/ndx_try_aws_scenarios-localgov_drupal
3132

3233
jobs:
3334
build:

0 commit comments

Comments
 (0)