Skip to content

Commit

Permalink
Corrected docker image for release job in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
devatherock committed Nov 21, 2020
1 parent f7f98d7 commit a1321fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ executors:
version: 2.1
jobs:
publish_release:
executor: jdk-executor
executor: docker-executor
steps:
- checkout
- setup_remote_docker
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
### Changed
- Corrected docker image for release job in build pipeline

## [0.2.0] - 2020-11-20
### Added
- Initial version that generates docker pulls, image size and layers badges
- `/health` endpoint
Expand Down

0 comments on commit a1321fc

Please sign in to comment.