Skip to content

Commit

Permalink
changed ensemble manager workflow to hasura
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Dec 1, 2022
1 parent e4dc2c1 commit 0fc7ce2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ensemble-manager
name: hasura

on:
push:
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
valueFile: isi/values.yaml
propertyPath: "MINT.components.ensemble_manager.image.tag"
propertyPath: "MINT.components.hasura.image.tag"
value: ${{ env.DOCKER_TAG }}
message: "Update ensemble_manager"
message: "Update hasura"
repository: mintproject/mint-instances
workDir: infrastructure
branch: master
Expand All @@ -142,9 +142,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
valueFile: wifire/values.yaml
propertyPath: "MINT.components.ensemble_manager.image.tag"
propertyPath: "MINT.components.hasura.image.tag"
value: ${{ env.DOCKER_TAG }}
message: "Update ensemble_manager"
message: "Update hasura"
repository: mintproject/mint-instances
workDir: infrastructure
branch: master
Expand All @@ -155,9 +155,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
with:
valueFile: isi-dev/values.yaml
propertyPath: "MINT.components.ensemble_manager.image.tag"
propertyPath: "MINT.components.hasura.image.tag"
value: ${{ env.DOCKER_TAG }}
message: "Update ensemble_manager"
message: "Update hasura"
repository: mintproject/mint-instances
workDir: infrastructure
branch: master
Expand All @@ -169,9 +169,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
valueFile: helm/values.yaml
propertyPath: "components.ensemble_manager.image.tag"
propertyPath: "components.hasura.image.tag"
value: ${{ env.DOCKER_TAG }}
message: "Update ensemble_manager"
message: "Update hasura"
repository: mintproject/mint
workDir: mint-chart/
branch: main
Expand Down

0 comments on commit 0fc7ce2

Please sign in to comment.