Skip to content

Commit bd9fd1f

Browse files
committed
update github actions, corretto jdk for builds
1 parent 4cc7af7 commit bd9fd1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-java@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-java@v4
1818
with:
19-
distribution: 'zulu' # See 'Supported distributions' for available options
19+
distribution: 'corretto' # See 'Supported distributions' for available options
2020
java-version: '17'
21-
- uses: docker/setup-buildx-action@v2
21+
- uses: docker/setup-buildx-action@v3
2222
- name: Login to Docker
2323
run: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2424
env:

0 commit comments

Comments
 (0)