Skip to content

Commit

Permalink
💚 use ci-container for update deps cron job
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Nov 14, 2024
1 parent 229f851 commit daa4844
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: vdaas/vald/.github/actions/dump-context@main
detect-ci-container:
uses: ./.github/workflows/_detect-ci-container.yaml
update-version:
runs-on: ubuntu-latest
needs: [detect-ci-container]
container:
image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -42,14 +47,14 @@ jobs:
run: |
make files
make update
make deps
make helm/schema/all
make k8s/manifest/update
make k8s/manifest/helm-operator/update
make k8s/manifest/benchmark-operator/update
make helm/docs/vald
make helm/docs/vald-helm-operator
make helm/docs/vald-benchmark-operator
: # delete `make license` if it is not needed.
make license
make format
make perm
Expand Down

0 comments on commit daa4844

Please sign in to comment.