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 a659019 commit 5432ceeCopy full SHA for 5432cee
.github/workflows/build-and-push.yaml
@@ -9,10 +9,10 @@ on:
9
10
# update image tags based on update to each component here
11
env:
12
- PRODUCER_IMAGE: producer:2.0.0
13
- PROCESSOR_IMAGE: processor:2.0.0
14
- GRPC_SERVER_IMAGE: grpc-server:2.0.0
15
- GRPC_CLIENT_IMAGE: grpc-client:2.0.0
+ PRODUCER_IMAGE: producer:3.0.0
+ PROCESSOR_IMAGE: processor:3.0.0
+ GRPC_SERVER_IMAGE: grpc-server:3.0.0
+ GRPC_CLIENT_IMAGE: grpc-client:3.0.0
16
GITOPS_REPO: srivathsashreyas/metrics-collector-py-gitops
17
18
jobs:
0 commit comments