Skip to content

Commit c522cb9

Browse files
authored
Merge pull request #33 from pabrahamsson/add_latest_tag_to_build
Update s2i GH action to add latest tag
2 parents ef3fa1e + 84d2208 commit c522cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: 13.0.1
1919
- name: Build with Maven & Quarkus
2020
run: mvn test
21-
- uses: redhat-cop/github-actions/s2i@v1
21+
- uses: redhat-cop/github-actions/s2i@v2
2222
with:
2323
base: registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.8
2424
output_image: "quay.io/rht-labs/omp-git-api:${{ github.sha }}"

0 commit comments

Comments
 (0)