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

Use prebuilt Docker image #185

Merged
merged 2 commits into from
Sep 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:

runs:
using: "docker"
image: "Dockerfile"
image: "docker://swiftdoc/swift-doc:latest"
args:
[
generate,
Expand Down