From 31b565099554278c3c868f558941282b8847ce55 Mon Sep 17 00:00:00 2001 From: Mattt Date: Fri, 18 Sep 2020 15:55:59 -0700 Subject: [PATCH 1/2] Use prebuilt Docker image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c0ad7287..46c691e6 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: runs: using: "docker" - image: "Dockerfile" + image: "docker://swiftdoc/swift-doc:latest" args: [ generate, From 09760d68bc3655bff65fd270ceb68515c89eecd1 Mon Sep 17 00:00:00 2001 From: Mattt Date: Fri, 25 Sep 2020 03:29:44 -0700 Subject: [PATCH 2/2] Add Changelog entry for #185 --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index ad51e2de..56ae57d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -23,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed relationship diagram to prevent linking to unknown symbols. #178 by @MattKiazyk. +### Changed + +- Changed GitHub Action to use prebuilt Docker image. + #185 by @mattt and @MaxDesiatov. + ## [1.0.0-beta.4] - 2020-07-31 ### Added