bug: fix Java image inside Docker file

The image now downloads the correct Java version based on the architecture.
This commit is contained in:
Nanne Baars
2023-06-04 14:56:46 +02:00
parent ca886b4818
commit dce5eeb797
2 changed files with 9 additions and 4 deletions

View File

@ -104,7 +104,7 @@ jobs:
context: ./
file: ./Dockerfile_desktop
push: true
platforms: linux/amd64, linux/arm64, linux/arm/v7
platforms: linux/amd64, linux/arm64
tags: |
webgoat/webgoat-desktop:${{ env.WEBGOAT_TAG_VERSION }}
webgoat/webgoat-desktop:latest