Skip to main content
1 vote
0 answers
78 views

I have a .NET 8 based multi-project backend solution. It uses GitHub actions to build the build/publish project with release, that is later used by AWS Lambda to run it whenever an invocation occurs. ...
humblefool's user avatar
-4 votes
0 answers
54 views

In GitLab CI if I want to conditionally run an entire CI file based on certain changes, I'd use include[*].rules.changes: include: - local: .gitlab/ci/file.yml rules: - changes: -...
DevOps Jeremy's user avatar
2 votes
1 answer
69 views

Docker have recently made their hardened images available for everyone. Although they're free to use, images in the hardened image catalog require authentication to pull. I'm trying to set up ...
jonrsharpe's user avatar
  • 123k
0 votes
1 answer
118 views

It seems Visual Studio 2026 Build Tools (MSBuild 18) are currently not available on GitHub-hosted Windows runners. How to install them during a GitHub Actions job?
Amit's user avatar
  • 1,200
Best practices
1 vote
0 replies
97 views

I'm setting up a secure CI/CD pipeline using GitHub Actions with self-hosted runners running in Kubernetes, and I want to build Docker images and push them to AWS ECR securely. Goals Build Docker ...
refaeldoron's user avatar
0 votes
0 answers
64 views

Task failed: DISABLE ECHO command 'stty -echo' timeout Code : - name: Run Ansible deployment via SSM env: AWS_DEFAULT_REGION: ${{ env.AWS_REGION }} AWS_REGION: ${{ env.AWS_REGION }} run: | ...
Rafi's user avatar
  • 301
Best practices
0 votes
1 replies
43 views

former Java developer and total Julia noob here. My problem: My github pipeline takes FOREVER (pipeline see below). Two point of concern: some dependencies are only needed for an example run with ...
konse's user avatar
  • 1,125
0 votes
0 answers
33 views

I'm trying to write a CloudBees workflow and it uses GitHub Actions syntax. I'm looking for some advice with environment variables. I want to dynamically create some variables at 'workflow' scope that ...
user1587804's user avatar
3 votes
1 answer
135 views

I have the following Github workflow file: name: test-ci2 on: push: branches: [ '**/ci-*' ] jobs: test: runs-on: ubuntu-latest steps: - run: echo "Triggered by **/ci-* ...
Mark Dominus's user avatar
  • 1,879
0 votes
0 answers
71 views

We have several (private) npm packages in the GitHub npm registry. Let's say we have repository A and repository B. Repository A publishes an npm package into the GitHub registry, and repository B ...
jleeothon's user avatar
  • 3,216
1 vote
1 answer
54 views

I’m working on a Python project using Selenium and pytest. All tests pass locally in normal (non-headless) mode, but when I run them in GitHub Actions or even locally in headless mode, many of them ...
Dmytro Podoprygora's user avatar
0 votes
1 answer
65 views

I have some jobs running on Github Actions, that require Puppeteer to run, but it fails to start with this error Cannot start ChromeHeadless [2303:2303:1207/162353.403103:FATAL:content/browser/...
OtaconKiko's user avatar
0 votes
0 answers
30 views

I have github action written to test build and also run unit tests before performing a release. steps: - name: Checkout repo uses: actions/checkout@v4 - name: Set up Ruby (for ...
Dragisa Dragisic's user avatar
0 votes
0 answers
91 views

I'm implementing CI/CD for a couple applications using GithubActions in GHES with a self-hosted runner and I've been facing this problem "An error occurred while validating. HRESULT = '80004005'&...
Frank Junior Reyes Batista's user avatar
0 votes
1 answer
54 views

I’m trying to create a GitHub Actions workflow that manages AWS Secrets Manager (create/read/update/delete). The workflow should only run manually using workflow_dispatch, because it requires user ...
John's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
750