File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -205,16 +205,16 @@ jobs:
205205 shell : bash
206206 run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "$VERSION"
207207
208- # - name: Build and push image
209- # uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
210- # with:
211- # push: true
212- # build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
213- # context: .
214- # platforms: linux/amd64,linux/arm64
215- # tags: |
216- # ${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
217- # ${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
208+ - name : Build and push image
209+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
210+ with :
211+ push : true
212+ build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
213+ context : .
214+ platforms : linux/amd64,linux/arm64
215+ tags : |
216+ ${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
217+ ${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
218218
219219 - name : Build and Publish release with Gradle
220220 uses : gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
You can’t perform that action at this time.
0 commit comments