Skip to content

Commit e5cb772

Browse files
committed
Pull 21 base image.
1 parent c9c0511 commit e5cb772

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
if: ${{ matrix.os == 'ubuntu-latest' }}
9999
run: docker pull public.ecr.aws/docker/library/amazoncorretto:23-alpine
100100

101+
- name: Pull base image of Contract Tests Sample Apps V21
102+
if: ${{ matrix.os == 'ubuntu-latest' }}
103+
run: docker pull public.ecr.aws/docker/library/amazoncorretto:21-alpine
104+
101105
- name: Run contract tests
102106
uses: gradle/gradle-build-action@v3
103107
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)