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 aabb5f8 commit bba0e11Copy full SHA for bba0e11
.github/workflows/merge.yml
@@ -29,4 +29,5 @@ jobs:
29
oc_token: ${{ secrets.oc_token }}
30
with:
31
environment: test
32
+ repository: bcgov/quickstart-openshift
33
tag: ${{ inputs.tag }}
.github/workflows/pr-open.yml
@@ -56,6 +56,7 @@ jobs:
56
57
promote_images: backend frontend migrations
58
promote_tags: pr
59
60
cert_generation: # testing, will be deleted
61
name: Certificate Generation
62
uses: ./.github/workflows/csr-generator.yml
0 commit comments