Skip to content

Commit 4e6bff5

Browse files
committed
Move container registry to rhacs-eng/sensor-metrics
1 parent 74e6350 commit 4e6bff5

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [main, master]
88

9+
env:
10+
IMAGE_REPOSITORY: quay.io/rhacs-eng/sensor-metrics
11+
912
jobs:
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 }}

charts/sensor-metrics-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 2
22

33
image:
4-
repository: quay.io/prygiels/sma
4+
repository: quay.io/rhacs-eng/sensor-metrics
55
tag: "0.0.4"
66
pullPolicy: IfNotPresent
77

0 commit comments

Comments
 (0)