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.
2 parents ef3fa1e + 84d2208 commit c522cb9Copy full SHA for c522cb9
.github/workflows/ci-cd.yml
@@ -18,7 +18,7 @@ jobs:
18
java-version: 13.0.1
19
- name: Build with Maven & Quarkus
20
run: mvn test
21
- - uses: redhat-cop/github-actions/s2i@v1
+ - uses: redhat-cop/github-actions/s2i@v2
22
with:
23
base: registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.8
24
output_image: "quay.io/rht-labs/omp-git-api:${{ github.sha }}"
0 commit comments