Skip to content

Commit ad75321

Browse files
committed
github action values
1 parent 78fc559 commit ad75321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Container Build
33
on:
44
push:
55
branches:
6-
- versioning
6+
- master
77

88
jobs:
99
build:
@@ -33,7 +33,7 @@ jobs:
3333
- uses: redhat-cop/github-actions/s2i@v2
3434
with:
3535
base: registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.8
36-
output_image: "quay.io/mcanoy/omp-git-api:${{ github.sha }}"
36+
output_image: "quay.io/rht-labs/omp-git-api:${{ github.sha }}"
3737
image_push_registry: quay.io
3838
image_push_username: ${{ secrets.QUAY_USERNAME }}
3939
image_push_password: ${{ secrets.QUAY_PASSWORD }}

0 commit comments

Comments
 (0)