From 9121af8f01828d69d0627a450c99fe0b9dc03f0c Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Sun, 19 Nov 2023 13:55:26 -0800 Subject: [PATCH] docs(README): Update broken `ubuntu-22.04` link The file listing the pre-cached Docker images in the `ubuntu-22.04` GitHub-hosted runner was moved from the `images/linux` directory to the `images/ubuntu` directory within the `actions/runner-images` repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f4ac8e..e8db7f54 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Cache Docker images whether built or pulled by cache misses and [loading](https://docs.docker.com/engine/reference/commandline/load/) them on cache hits. Filter out Docker images that are present before the action is run, -notably those [pre-cached by GitHub actions](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#cached-docker-images); +notably those [pre-cached by GitHub actions](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#cached-docker-images); only save Docker images pulled or built in the same job after the action is run. Note that this action does not perform Docker layer caching. [The official Docker build push action](https://github.com/docker/build-push-action)