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 78fc559 commit ad75321Copy full SHA for ad75321
.github/workflows/ci-cd.yml
@@ -3,7 +3,7 @@ name: Container Build
3
on:
4
push:
5
branches:
6
- - versioning
+ - master
7
8
jobs:
9
build:
@@ -33,7 +33,7 @@ jobs:
33
- uses: redhat-cop/github-actions/s2i@v2
34
with:
35
base: registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.8
36
- output_image: "quay.io/mcanoy/omp-git-api:${{ github.sha }}"
+ output_image: "quay.io/rht-labs/omp-git-api:${{ github.sha }}"
37
image_push_registry: quay.io
38
image_push_username: ${{ secrets.QUAY_USERNAME }}
39
image_push_password: ${{ secrets.QUAY_PASSWORD }}
0 commit comments