Skip to content

Commit 7f699e3

Browse files
committed
enable auto publish
1 parent ff647c9 commit 7f699e3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)