Skip to content

Commit 786f6b8

Browse files
committed
fix: change arg
1 parent 887aeaf commit 786f6b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
docker_image: ${{ env.DOCKER_IMAGE }}
142142
docker_image_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
143-
dir_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}
143+
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/*/kustomization.yaml
144144
subenv: ${{ matrix.subenv }}
145145
gh_token: ${{ secrets.GH_TOKEN }}
146146

@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
docker_image: ${{ env.DOCKER_IMAGE }}
187187
docker_image_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
188-
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/base/kustomization.yaml
188+
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/*/kustomization.yaml
189189
gh_token: ${{ secrets.GH_TOKEN }}
190190

191191
auto-approve-stg:
@@ -231,5 +231,5 @@ jobs:
231231
with:
232232
docker_image: ${{ env.DOCKER_IMAGE }}
233233
docker_image_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
234-
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/base/kustomization.yaml
234+
file_pattern: manifests/bitcoin/${{ matrix.network }}/ordhook/${{ env.DEPLOY_ENV }}/*/kustomization.yaml
235235
gh_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)