Skip to content

Commit ff1a818

Browse files
committed
fix: add actions checkout step to build image jobs
Should allow v3 of citizensadvice/build-and-private-ecr-push-action to be able to build the image successfully.
1 parent e6c91bc commit ff1a818

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-energy-apps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
contents: read
1818
issues: read
1919
steps:
20+
- uses: actions/checkout@v4
2021
- name: Build and push to ECR
2122
uses: citizensadvice/build-and-private-ecr-push-action@v3
2223
with:

.github/workflows/review-app-create.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# are created and destroyed on every push for no reason.
2727
if: contains(github.event.pull_request.labels.*.name, 'Review app')
2828
steps:
29+
- uses: actions/checkout@v4
2930
- name: Build and push to ECR
3031
uses: citizensadvice/build-and-private-ecr-push-action@v3
3132
with:

0 commit comments

Comments
 (0)