Skip to content

Commit

Permalink
Merge pull request #23 from mobilecoinofficial/update-image-tags
Browse files Browse the repository at this point in the history
fix tag suffix
  • Loading branch information
hummingalpaca authored Mar 2, 2023
2 parents 2e63997 + a984e64 commit 05ba07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dispatch-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
chart_name: block-explorer
chart_set: |
--set=ingress.host=block-explorer.mobilecoin.foundation
--set=image.tag=${{ github.ref_name }}-main
chart_version: ${{ github.ref_name }}
release_name: block-explorer
namespace: block-explorer-mainnet
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
chart_name: block-explorer
chart_set: |
--set=ingress.host=block-explorer.test.mobilecoin.com
--set=image.tag=${{ github.ref_name }}-test
chart_version: ${{ github.ref_name }}
release_name: block-explorer
namespace: block-explorer-testnet
Expand Down

0 comments on commit 05ba07c

Please sign in to comment.