Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: update docker/setup-buildx-action to the latest version #7694

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bayandin
Copy link
Member

Problem

Try to find a proper fix for

/nvme/actions-runner/_work/_actions/docker/setup-buildx-action/v3/webpack:/docker-setup-buildx/node_modules/@actions/cache/lib/cache.js:175
            throw new Error(`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`);
^
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
    at Object.rejected (/nvme/actions-runner/_work/_actions/docker/setup-buildx-action/v3/webpack:/docker-setup-buildx/node_modules/@actions/cache/lib/cache.js:175:1)
    at Generator.next (<anonymous>)
    at fulfilled (/nvme/actions-runner/_work/_actions/docker/setup-buildx-action/v3/webpack:/docker-setup-buildx/node_modules/@actions/cache/lib/cache.js:29:1)

Workaround by downgraded docker/setup-buildx-action in #7445

Summary of changes

  • Update docker/setup-buildx-action from v2 to v3

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

github-actions bot commented May 10, 2024

3114 tests run: 2987 passed, 0 failed, 127 skipped (full report)


Code coverage* (full report)

  • functions: 31.4% (6444 of 20541 functions)
  • lines: 48.3% (49835 of 103239 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
f8b794d at 2024-05-23T22:26:47.151Z :recycle:

@bayandin bayandin force-pushed the bayandin/update-docker/setup-buildx-action branch from a10883d to a3cfb7b Compare May 23, 2024 14:41
@bayandin bayandin force-pushed the bayandin/update-docker/setup-buildx-action branch from a3cfb7b to f8b794d Compare May 23, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant