File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123123 platforms : linux/amd64
124124 tags : ${{ env.TEST_TAG }}
125125 load : true
126+ driver : docker-container
126127
127128 - name : Test docker image
128129 shell : bash
@@ -137,6 +138,7 @@ jobs:
137138 platforms : linux/amd64,linux/arm64
138139 tags : |
139140 public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v${{ github.event.inputs.version }}
141+ driver : docker-container
140142
141143 - name : Build and Publish release with Gradle
142144 uses : gradle/gradle-build-action@v3
Original file line number Diff line number Diff line change 9191 platforms : linux/amd64
9292 tags : ${{ env.TEST_TAG }}
9393 load : true
94+ driver : docker-container
9495
9596 - name : Test docker image
9697 shell : bash
@@ -106,6 +107,7 @@ jobs:
106107 tags : |
107108 ${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
108109 ${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
110+ driver : docker-container
109111
110112 - name : Build and Publish release with Gradle
111113 uses : gradle/gradle-build-action@v3
You can’t perform that action at this time.
0 commit comments