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 @@ -97,16 +97,16 @@ jobs:
9797 shell : bash
9898 run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"
9999
100- - name : Build and push image
101- uses : docker/build-push-action@v5
102- with :
103- push : true
104- build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
105- context : .
106- platforms : linux/amd64,linux/arm64
107- tags : |
108- ${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
109- ${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
100+ # - name: Build and push image
101+ # uses: docker/build-push-action@v5
102+ # with:
103+ # push: true
104+ # build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
105+ # context: .
106+ # platforms: linux/amd64,linux/arm64
107+ # tags: |
108+ # ${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
109+ # ${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
110110
111111 - name : Build and Publish release with Gradle
112112 uses : gradle/gradle-build-action@v3
You can’t perform that action at this time.
0 commit comments