Skip to content

Commit

Permalink
update: tacc
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Feb 20, 2023
1 parent 2925655 commit 372522a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@ jobs:
branch: master
token: ${{ secrets.MINT_INSTANCES }}

- name: Update MINT ISI tacc
uses: fjogeleit/yaml-update-action@main
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
valueFile: tacc/values.yaml
propertyPath: "MINT.components.model_catalog_endpoint.image.tag"
value: ${{ env.DOCKER_TAG }}
message: "Update model catalog endpoint"
repository: mintproject/mint-instances
workDir: infrastructure
branch: master
token: ${{ secrets.MINT_INSTANCES }}

- name: Update MINT ISI dev
uses: fjogeleit/yaml-update-action@main
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
Expand Down

0 comments on commit 372522a

Please sign in to comment.