Skip to content

Commit

Permalink
Merge pull request #61 from WASdev/wlp24.0.0.1
Browse files Browse the repository at this point in the history
Fix deploy.yaml
  • Loading branch information
kevin-ortega authored Jan 31, 2024
2 parents 58b0990 + be6c55e commit 32e7274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
JAVA11_RUNTIME_IMAGE_VERSION=${LIBERTY_VERSION}-runtime-java11
JAVA17_IMAGE_VERSION=${LIBERTY_VERSION}-java17
JAVA17_RUNTIME_IMAGE_VERSION=${LIBERTY_VERSION}-runtime-java17
JAVA21_IMAGE_VERSION=${LIBERTY_VERSION}-JAVA21_IMAGE_VERSION
JAVA21_IMAGE_VERSION=${LIBERTY_VERSION}-java21
JAVA21_RUNTIME_IMAGE_VERSION=${LIBERTY_VERSION}-runtime-java21
NAMESPACE=ibmcom
PLATFORM=websphere-liberty-s2i
Expand Down
1 change: 0 additions & 1 deletion images/java21/runtime/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ modules:

# Install selected modules (in order)
install:
- name: java21
- name: websphere-s2i

run:
Expand Down

0 comments on commit 32e7274

Please sign in to comment.