Skip to content

Commit 846ba45

Browse files
authored
Revert commented out release step (#1257)
*Issue #, if available:* *Description of changes:* In #1255, after making a fix to the version file, we re-ran the workflow with the already-successful "Build and push image" step commented out. This PR uncomments the step again for future patch releases on the v2.20.x branch. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5552646 commit 846ba45

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
@@ -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)