You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a self-hosted GitHub Actions runner setup with Actions Runner Controller (ARC) on Azure AKS, along with a small VM serving as a proxy for the AKS. I'm experiencing issues when trying to push Docker images to my self-hosted registry using docker/build-push-action@v6 in GitHub Actions. The push works flawlessly when I build and push the Docker images using regular Docker commands on the workflow, but it fails when using this GitHub Action. What could be causing this discrepancy, and how can I resolve it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using a self-hosted GitHub Actions runner setup with Actions Runner Controller (ARC) on Azure AKS, along with a small VM serving as a proxy for the AKS. I'm experiencing issues when trying to push Docker images to my self-hosted registry using docker/build-push-action@v6 in GitHub Actions. The push works flawlessly when I build and push the Docker images using regular Docker commands on the workflow, but it fails when using this GitHub Action. What could be causing this discrepancy, and how can I resolve it?
Here is a sample code I tried:
Beta Was this translation helpful? Give feedback.
All reactions