Skip to content

Commit 251c63d

Browse files
authored
Fix Republish Released Docker Images workflow (#33978)
1 parent 1b29e5f commit 251c63d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/republish_released_docker_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
jobs:
3939

4040
build:
41-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-22.04
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4

sdks/java/container/license_scripts/pull_licenses_java.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
from urllib.request import urlopen, Request, URLError, HTTPError
4141

4242
SOURCE_CODE_REQUIRED_LICENSES = ['lgpl', 'gpl', 'cddl', 'mpl', 'gnu', 'mozilla public license']
43-
RETRY_NUM = 4
44-
THREADS = 4
43+
RETRY_NUM = 12
44+
THREADS = 8
4545

4646
CACHED_LICENSES = set()
4747

0 commit comments

Comments
 (0)