Skip to content

Commit 3ba1bc9

Browse files
committed
Include changes to params in GH Action repo
1 parent 6f88955 commit 3ba1bc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-push.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- actionTesting
67
tags:
78
- v*
89
paths-ignore:
@@ -106,6 +107,8 @@ jobs:
106107
- name: Set up manifests for CI
107108
if: env.BUILD_CONTEXT == 'ci'
108109
run: |
110+
echo $(git log)
111+
cat ./config/base/params.env
109112
sed -i "s#quay.io/trustyai/trustyai-service-operator:latest#${{ env.IMAGE_NAME }}:$TAG#" ./config/base/params.env
110113
sed -i "s#quay.io/trustyai/trustyai-service-operator:latest#${{ env.IMAGE_NAME }}:$TAG#" ./config/overlays/odh/params.env
111114
sed -i "s#quay.io/trustyai/trustyai-service-operator:latest#${{ env.IMAGE_NAME }}:$TAG#" ./config/overlays/rhoai/params.env

0 commit comments

Comments
 (0)