Skip to content

Commit de88fe6

Browse files
committed
impv(actions): refactor naming for clarity
1 parent a855b12 commit de88fe6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/informative-indexer-build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Test, Push & Deploy Informative Indexer Docker Image
1+
name: Build, Test, Push & Deploy Core Informative Indexer Docker Image
22

33
env:
44
GIT_SHA: ${{ github.sha }}
@@ -47,11 +47,11 @@ jobs:
4747
4848
- name: Build Informative Indexer Image
4949
run: |
50-
docker build -t informative-indexer:${{ steps.vars.outputs.sha_short }} -f dockerfiles/Dockerfile.informative .
51-
docker tag informative-indexer:${{ steps.vars.outputs.sha_short }} asia-southeast1-docker.pkg.dev/alles-share/shared-docker-images/core-indexer/initia-informative-indexer:${{ steps.vars.outputs.sha_short }}
50+
docker build -t core-informative-indexer:${{ steps.vars.outputs.sha_short }} -f dockerfiles/Dockerfile.informative .
51+
docker tag core-informative-indexer:${{ steps.vars.outputs.sha_short }} asia-southeast1-docker.pkg.dev/alles-share/shared-docker-images/core-indexer/initia-core-informative-indexer:${{ steps.vars.outputs.sha_short }}
5252
5353
- name: Push Informative Indexer Image
54-
run: docker push asia-southeast1-docker.pkg.dev/alles-share/shared-docker-images/core-indexer/initia-informative-indexer:${{ steps.vars.outputs.sha_short }}
54+
run: docker push asia-southeast1-docker.pkg.dev/alles-share/shared-docker-images/core-indexer/initia-core-informative-indexer:${{ steps.vars.outputs.sha_short }}
5555

5656
deploy:
5757
runs-on: ubuntu-latest
@@ -75,7 +75,7 @@ jobs:
7575
url: https://api.github.com/repos/alleslabs/celatone-infrastructure/dispatches
7676
method: "POST"
7777
headers: '{ "Accept": "application/vnd.github.everest-preview+json", "Authorization": "token ${{ steps.token.outputs.github_token }}" }'
78-
body: '{ "event_type": "informative_indexer", "client_payload": { "network": "initia", "chain_id": "initiation-2", "sha_short": ${{ needs.push.outputs.sha_short }} } }'
78+
body: '{ "event_type": "core_informative_indexer", "client_payload": { "network": "initia", "chain_id": "initiation-2", "sha_short": ${{ needs.push.outputs.sha_short }} } }'
7979
timeout: 10000
8080
log-response: true
8181
retries: 3

0 commit comments

Comments
 (0)