Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
5eb93c8ea8 build(deps): bump crazy-max/.github from 1.8.0 to 1.10.0
Bumps [crazy-max/.github](https://github.com/crazy-max/.github) from 1.8.0 to 1.10.0.
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](9ba6e6f945...716fd1c51a)

---
updated-dependencies:
- dependency-name: crazy-max/.github
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-08 04:42:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- -
name: Install k3s name: Install k3s
uses: crazy-max/.github/.github/actions/install-k3s@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0 uses: crazy-max/.github/.github/actions/install-k3s@716fd1c51a46c5d93a41d44a94b439c9ee802536 # v1.10.0
- -
name: Set up Docker Buildx name: Set up Docker Buildx
id: buildx id: buildx

View File

@@ -17,7 +17,7 @@ FROM base AS deps
RUN --mount=type=bind,target=.,rw \ RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \ --mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \ --mount=type=cache,target=/src/node_modules \
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor yarn install && mkdir /vendor && cp yarn.lock /vendor
FROM scratch AS vendor-update FROM scratch AS vendor-update
COPY --from=deps /vendor / COPY --from=deps /vendor /