Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/patch-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
platforms: linux/amd64
tags: ${{ env.TEST_TAG }}
load: true
driver: docker-container

- name: Test docker image
shell: bash
Expand All @@ -137,6 +138,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: |
public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v${{ github.event.inputs.version }}
driver: docker-container

- name: Build and Publish release with Gradle
uses: gradle/gradle-build-action@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
platforms: linux/amd64
tags: ${{ env.TEST_TAG }}
load: true
driver: docker-container

- name: Test docker image
shell: bash
Expand All @@ -106,6 +107,7 @@ jobs:
tags: |
${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
driver: docker-container

- name: Build and Publish release with Gradle
uses: gradle/gradle-build-action@v3
Expand Down
Loading