github-actions 问答列表

在 GitHub Actions 中使用 pip install 的 Docker 层缓存无法缓存

作者:Erez Levy 提问时间:11/16/2023

我在 GitHub Actions 工作流中遇到 Docker 层缓存问题。具体来说,缓存似乎没有按预期工作,因为我使用 pip 安装 Poetry 的 Dockerfile 中的一个步骤。我的 Do...

运行 coverage 时的 ModuleNotFoundError run -m pytest 。在 GitHub Actions 中

作者:Petra Barus 提问时间:11/16/2023

我有一个非常简单的项目,如下所示 // ├─ src/ │ ├─ sample/ │ │ ├─ __init__.py │ │ ├─ simple.py ├─ tests/ │ ├─ __init_...

GitHub Action“gha”Docker 缓存比重新创建映像慢得多

作者:Yuval 提问时间:11/16/2023

我设置了一个 GitHub 操作来在我的 Docker 映像上构建和运行测试。 在构建 Docker 映像时,正在下载一个相当重的文件(来自 Huggingface 的 6Gb 模型)。(顺便说一句 ...

Github Actions:使用输入中的 json 字符串

作者:Pennywise96 提问时间:11/16/2023

我按照本教程进行了多服务器部署: https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-mul...

在我的系统上编译正常,在 GitHub Action 中编译,现在失败

作者:David Thielen 提问时间:11/17/2023

以下代码已经编译了几个月。而现在,突然之间,它无法在 Git (GitHub Action) 上编译。它仍然在我的系统上编译良好。 <DisplayFlyweight Data="tagInfo.D...

由于 ModuleNotFoundError,Github Action 无法运行 pytest

作者:Mariano 提问时间:11/17/2023

我有一个 python 项目结构,使用 poetry 作为包管理器和 pytest 来运行测试。该项目的结构如下: .github/ workflows/ test_workflow.yml s...

将包含私有依赖项的 Maven 与 GitHub 操作打包

作者:Liam 提问时间:11/17/2023

我有两个Java项目,一个是库,一个是应用程序。两者都作为私有存储库存储在同一组织中,并且应用程序项目使用库项目作为其依赖项之一(在应用程序的 中定义)。由于该库是私有存储的,在 Maven 本地不可...

无法在我的 github 操作中找到并安装 libjpeg.so.8

作者:irakli182 提问时间:6/16/2023

我想在我的 github actions 工作流程中使用 libjpeg.so.8,但不能。我尝试安装 libjpeg0,但我无法安装。也许你能知道任何解决这个问题的方法?我也尝试过安装 libjpe...

如何在github-actions中使用变量docker镜像?

作者:gowerc 提问时间:10/21/2019

我正在尝试编写一个自定义的 github-action,它在 docker 容器中运行一些命令,但允许用户选择它们在哪个 docker 容器中运行(即,这样我就可以在不同版本的运行时环境中运行相同的构...

docker 镜像的 Github 操作构建触发器,在提交消息中使用特定命令

作者:Prajwol 提问时间:8/31/2021

我正在使用 github action 通过 docker image 插件构建我的项目,我的主分支是 master 分支,所以只有当 ex [ci build] 的提交消息中有特殊消息时,我才想触发...


共51条 当前第3页