Questions tagged [github-actions]

18 questions
0
votes
2 answers

How to fix this yaml script of github actions?

I am trying to learn github actions, so I purchased a course in udemy, but no response from the instructor yet. I got stuck with the first snippet itself and getting syntax errors. This is the action snippet I am trying, tried changing different…
Sara June
  • 451
  • 1
  • 9
  • 28
0
votes
1 answer

Apache or NGINX + GitHub runner

I have a development server that I'm currently using for beta-level production (mostly sending out to my clients for proof of work). So what I wanna do is use my runner to automatically sync with main branch (which I'm doing right now without any…
0
votes
1 answer

Pushing to local docker registry gives connection reset error in githubactions

Pushing to local docker registry gives connection reset error It was this same situation but instead for github actions which appeared to have different issues. I also followed this: https://github.com/docker/for-mac/issues/3611 All of them resulted…
dtracers
  • 101
  • 2
1
2