Questions tagged [github-actions]

18 questions
0
votes
0 answers

How to add external files in GitHub actions?

I need a properties/config file to be provided while building project with maven. But it should be not part of repository. I thought to copy it with azure storage containers amd link here but the process is very hard to understand.No proper…
Sara June
  • 389
  • 4
  • 15
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