Skip to content

Commit c9403ab

Browse files
committed
Publish python
1 parent b45846e commit c9403ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: Publish Python Package
1+
name: Publish Python on release
22

33
on:
44
release:
55
types: [created]
6+
workflow_dispatch: # Allow manual triggering (for now)
67

78
permissions:
89
contents: read

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There have been a couple cases recently where I wanted to work with an OSS tool
1919

2020
This is probably how you want to use `smtp-logger`. This way your project does not need to depend on python (even though the docker image does).
2121

22-
The latest version of `smtp-logger` is packaged in a docker image available at `https://ghcr.io/literalgarage/smtp-logger:latest`.
22+
The latest version of `smtp-logger` is packaged in a docker image available at `ghcr.io/literalgarage/smtp-logger:latest`.
2323

2424
For instance, to create an `smtp` logger service in your `docker-compose.yml`:
2525

0 commit comments

Comments
 (0)