Skip to content

Commit

Permalink
add: update tacc
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Feb 20, 2023
1 parent 4fb0516 commit ea8a4f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,21 @@ jobs:
branch: master
token: ${{ secrets.MINT_INSTANCES }}


- name: Update MINT ISI WIFIRE
uses: fjogeleit/yaml-update-action@main
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
valueFile: tacc/values.yaml
propertyPath: "MINT.components.ensemble_manager.image.tag"
value: ${{ env.DOCKER_TAG }}
message: "Update ensemble_manager"
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 ea8a4f0

Please # to comment.