Skip to content

Commit de21b1c

Browse files
authored
Fix republish container workflow as #39181 (#39326)
1 parent d4c11cc commit de21b1c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/republish_released_docker_containers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
uses: actions/setup-java@v5
6868
with:
6969
distribution: 'temurin'
70-
java-version: '11'
70+
java-version: |
71+
21
72+
11
7173
- name: Install Python 3.10
7274
uses: actions/setup-python@v5
7375
with:
@@ -98,6 +100,7 @@ jobs:
98100
-Pprune-images ${{ matrix.images_to_publish.include_skip_flags }} \
99101
-Pdocker-repository-root=gcr.io/apache-beam-testing/updated_released_container_images \
100102
-Pdocker-tag-list=${{ env.release }},${{ github.sha }},$(date +'%Y-%m-%d') \
103+
-Pjava21Home=$JAVA_HOME_21_X64 \
101104
--no-daemon \
102105
--no-parallel
103106

0 commit comments

Comments
 (0)