mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
ci: update continuous deployment jobs
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -139,7 +139,7 @@ jobs:
|
||||
uses: ./actions/deploy
|
||||
with:
|
||||
docker_image: ${{ env.DOCKER_IMAGE }}
|
||||
docker_image_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
|
||||
docker_image_tag_or_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
|
||||
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/*/kustomization.yaml
|
||||
subenv: ${{ matrix.subenv }}
|
||||
gh_token: ${{ secrets.GH_TOKEN }}
|
||||
@@ -184,7 +184,7 @@ jobs:
|
||||
uses: ./actions/deploy
|
||||
with:
|
||||
docker_image: ${{ env.DOCKER_IMAGE }}
|
||||
docker_image_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
|
||||
docker_image_tag_or_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
|
||||
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/*/kustomization.yaml
|
||||
subenv: ${{ matrix.subenv }}
|
||||
gh_token: ${{ secrets.GH_TOKEN }}
|
||||
@@ -231,7 +231,7 @@ jobs:
|
||||
uses: ./actions/deploy
|
||||
with:
|
||||
docker_image: ${{ env.DOCKER_IMAGE }}
|
||||
docker_image_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
|
||||
docker_image_tag_or_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
|
||||
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/*/kustomization.yaml
|
||||
subenv: ${{ matrix.subenv }}
|
||||
gh_token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user