Skip to content

Commit 6854d34

Browse files
authored
Merge pull request #596 from citizensadvice/fix/update-build-image-job
fix: add actions checkout step to build image jobs
2 parents 37211f9 + ff1a818 commit 6854d34

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@v1
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@v1
3132
with:

0 commit comments

Comments
 (0)