File tree Expand file tree Collapse file tree
charts/sensor-metrics-analyzer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main, master]
88
9+ env :
10+ IMAGE_REPOSITORY : quay.io/rhacs-eng/sensor-metrics
11+
912jobs :
1013 build :
1114 runs-on : ubuntu-latest
@@ -176,9 +179,9 @@ jobs:
176179 file : ./Dockerfile
177180 push : ${{ steps.login.conclusion == 'success' }}
178181 tags : |
179- quay.io/prygiels/sma :${{ steps.version.outputs.version }}
180- quay.io/prygiels/sma :${{ github.sha }}
181- quay.io/prygiels/sma :latest
182+ ${{ env.IMAGE_REPOSITORY }} :${{ steps.version.outputs.version }}
183+ ${{ env.IMAGE_REPOSITORY }} :${{ github.sha }}
184+ ${{ env.IMAGE_REPOSITORY }} :latest
182185 build-args : |
183186 VERSION=${{ steps.version.outputs.version }}
184187 BUILD_TIME=${{ steps.build_time.outputs.build_time }}
Original file line number Diff line number Diff line change 11replicaCount : 2
22
33image :
4- repository : quay.io/prygiels/sma
4+ repository : quay.io/rhacs-eng/sensor-metrics
55 tag : " 0.0.4"
66 pullPolicy : IfNotPresent
77
You can’t perform that action at this time.
0 commit comments