Skip to content

Commit

Permalink
ci: Add jkube-tomcat9-binary-s2i to CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed May 21, 2020
1 parent 8c914bc commit 8328251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['jkube-java-binary-s2i']
image: ['jkube-java-binary-s2i', 'jkube-tomcat9-binary-s2i']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['jkube-java-binary-s2i']
image: ['jkube-java-binary-s2i', 'jkube-tomcat9-binary-s2i']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8328251

Please sign in to comment.