From 14c13b66026ed94758f15c35b20341b68bde9ff7 Mon Sep 17 00:00:00 2001
From: John Wright
Date: Wed, 8 May 2024 09:54:59 +0100
Subject: [PATCH 1/2] docs: dmg instructions
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 7b79464264e..9fff2e70209 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,14 @@
+# Github Actions Runner for DMG
+
+## Instructions
+
+Update the `images/Dockerfile` as you please. Then run the [publish image action](https://github.com/johngeorgewright/actions-runner/actions/workflows/publish-image.yml) with **no** arguments. This will override our ARC image, as the "latest", in dockerhub.
+
+---
+
# GitHub Actions Runner
[![Actions Status](https://github.com/actions/runner/workflows/Runner%20CI/badge.svg)](https://github.com/actions/runner/actions)
From 7bad8cdaba4f1d6ec9bc50704f9ee1130ca15688 Mon Sep 17 00:00:00 2001
From: John Wright
Date: Wed, 8 May 2024 17:21:05 +0100
Subject: [PATCH 2/2] docs: troubleshooting
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index 9fff2e70209..b1a6b30242e 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,23 @@
Update the `images/Dockerfile` as you please. Then run the [publish image action](https://github.com/johngeorgewright/actions-runner/actions/workflows/publish-image.yml) with **no** arguments. This will override our ARC image, as the "latest", in dockerhub.
+## Troubleshooting
+
+### GitHub is complaing that the image is out of date
+
+Sometimes GitHub will update their systems and this image will need updating.
+
+1. pull the changes from upstream
+```
+gh repo clone johngeorgewright/actions-runner
+cd actions-runner
+git fetch upstream
+git pull upstream main
+git push origin main
+```
+2. Run the [publish image action](https://github.com/johngeorgewright/actions-runner/actions/workflows/publish-image.yml)
+3. Sit back and watch everything come back to life :coffee:
+
---
# GitHub Actions Runner