File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
with :
141
141
docker_image : ${{ env.DOCKER_IMAGE }}
142
142
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
144
144
subenv : ${{ matrix.subenv }}
145
145
gh_token : ${{ secrets.GH_TOKEN }}
146
146
@@ -185,7 +185,7 @@ jobs:
185
185
with :
186
186
docker_image : ${{ env.DOCKER_IMAGE }}
187
187
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
189
189
gh_token : ${{ secrets.GH_TOKEN }}
190
190
191
191
auto-approve-stg :
@@ -231,5 +231,5 @@ jobs:
231
231
with :
232
232
docker_image : ${{ env.DOCKER_IMAGE }}
233
233
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
235
235
gh_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments