Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko committed May 1, 2021
1 parent 6869d28 commit c5ecba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## [1.0.1](https://github.com/ReasonSoftware/action-notify-slack/releases/tag/v1.0.1) - 2021-05-01
- First release

## [1.0.0](https://github.com/ReasonSoftware/action-notify-slack/releases/tag/v1.0.0) - 2021-02-14
- First release
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o /opt/action-notify-slack

FROM scratch
LABEL "repository"="https://github.com/ReasonSoftware/action-notify-slack"
LABEL "version"="1.0.0"
LABEL "version"="1.0.1"
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /etc/passwd /etc/passwd
COPY LICENSE.md /LICENSE.md
Expand Down

0 comments on commit c5ecba6

Please sign in to comment.