Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
336 views

I have up the GitHub Action Runner Controller (ARC) for a local Kubernetes cluster. Runners are created as expected and pick up jobs. But as soon as I add a job that is itself containerized, in the &...
0 votes
1 answer
76 views

I'm trying to use the kms module which requires ADC which expects GOOGLE_APPLICATION_CREDENTIALS which is a json credential file. So I aim to pass the necessary project_id, location_id etc. as secrets ...
0 votes
1 answer
704 views

So I have a some resources behind a vnet such as a database and soon a storage container. To allow github to be able to deploy via github actions and reach these resources for their build steps and ...
-1 votes
1 answer
51 views

I'm pretty sure I'm misunderstanding something here about how GitHub actions work and would love some help. When this debugging.yml action runs on pull_request it looks to see if any files have ...
0 votes
0 answers
233 views

I've deployed github-action-runnet-set helm chart to use GitHub Actions for my organization. My goal is to have the runner builds a Docker image, then push it to private registry. I installed github-...
0 votes
2 answers
692 views

The standard way of running a workflow on several operating systems is using a matrix: jobs: package: strategy: matrix: os: [ubuntu, macos, windows] runs-on: ${{ matrix.os }}-...
0 votes
1 answer
1k views

Out of the blue, I cannot see the logs for my github action workflow job steps, I was able to view these before but today without any changes, I can't expand and see the logs for the steps of a job. ...
1 vote
0 answers
356 views

I have a self-hosted GitHub runner that acts as a build server for compiling projects. The runner runs in a docker container on a server (Debian) that I control. The docker container is started as a ...
1 vote
2 answers
797 views

I'm writing a Github action to build a docker image and deploy it to a k8s cluster, and currently am having to build, push the image to a repo, and then kubectl apply in the standard way to deploy it. ...
2 votes
0 answers
511 views

I am trying to run a GHA workflow in a GitHub-hosted runner for Windows (windows-latest) under a specific, already existing Windows user instead of the default C:\Users\runneradmin. Options involving ...
0 votes
1 answer
454 views

I am trying to use this module: https://github.com/philips-labs/terraform-aws-github-runner/blob/main/modules/multi-runner/runners.tf This is my yaml matcherConfig: exactMatch: true labelMatchers: ...
1 vote
1 answer
4k views

I have self-hosted windows runner where I'm running the workflow to start the notepad. GitHub connection is started as service in windows runner. When I execute the workflow unable to see notepad UI ...
2 votes
1 answer
1k views

I have created a self-hosted runner. On my workflow, when describing the job, I use runs-on: self-hosted. But if my self-hosted runner is offline, there won't be any other runner to run that job. Is ...
1 vote
1 answer
661 views

I have the following workflow setup: steps: - name: Checkout uses: actions/checkout@v3 - name: Install Nginx run: | sudo apt-get update sudo apt-get install -y nginx - ...
1 vote
1 answer
2k views

I have been struggling with all the documentation on Github and broader, on how to deploy ARC runners to our Github organisation I have followed these guides: https://docs.github.com/en/actions/...

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /