Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit cc2098c

Browse files
authored
Use prebuilt Docker image (#185)
* Use prebuilt Docker image * Add Changelog entry for #185
1 parent dc1cac9 commit cc2098c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Fixed relationship diagram to prevent linking to unknown symbols.
2424
#178 by @MattKiazyk.
2525

26+
### Changed
27+
28+
- Changed GitHub Action to use prebuilt Docker image.
29+
#185 by @mattt and @MaxDesiatov.
30+
2631
## [1.0.0-beta.4] - 2020-07-31
2732

2833
### Added

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323

2424
runs:
2525
using: "docker"
26-
image: "Dockerfile"
26+
image: "docker://swiftdoc/swift-doc:latest"
2727
args:
2828
[
2929
generate,

0 commit comments

Comments
 (0)