We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9539054 commit 2001789Copy full SHA for 2001789
.github/workflows/build-container.yml
@@ -45,7 +45,7 @@ jobs:
45
${{ env.REGISTRY }}/pledger-io/amd64-core:${{ inputs.version }}
46
${{ env.REGISTRY }}/pledger-io/amd64-core:stable
47
build-args: |
48
- BASE_IMAGE=eclipse-temurin:23-jre-alpine
+ BASE_IMAGE=eclipse-temurin:23-jre-noble
49
BUILD_VERSION=${{ inputs.version }}
50
- name: Build ARM64 image
51
uses: docker/build-push-action@v5
@@ -58,5 +58,5 @@ jobs:
58
${{ env.REGISTRY }}/pledger-io/arm64-core:${{ inputs.version }}
59
${{ env.REGISTRY }}/pledger-io/arm64-core:stable
60
61
62
- BUILD_VERSION=${{ inputs.version }}
+ BUILD_VERSION=${{ inputs.version }}
0 commit comments