Skip to content

Commit 9fafa90

Browse files
committed
change log
1 parent bd55d3b commit 9fafa90

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ permissions:
1111
contents: read
1212

1313
jobs:
14-
pypi:
1514

15+
pypi.org:
1616
runs-on: ubuntu-latest
17-
needs: check
18-
1917
steps:
2018
- name: Check out repository
2119
uses: actions/checkout@v4
@@ -47,7 +45,7 @@ jobs:
4745
poetry config pypi-token.pypi "$PYPI_TOKEN"
4846
poetry publish --build
4947
50-
publish:
48+
hub.docker.com:
5149
runs-on: ubuntu-latest
5250
steps:
5351
- name: Check out repository

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
TODO: add at least one Added, Changed, Deprecated, Removed, Fixed or Security section
1010

11+
### Added
12+
13+
- docker image available: `seebi/cimd`
14+
- https://hub.docker.com/repository/docker/seebi/cimd/
15+
1116

1217
## [0.6.1] 2025-02-04
1318

0 commit comments

Comments
 (0)