Skip to content

Commit 2792fe4

Browse files
committed
remove docker publish step
1 parent aab7a40 commit 2792fe4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release-build-patch.yml

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

0 commit comments

Comments
 (0)