File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- name : Publish Python Package
1+ name : Publish Python on release
22
33on :
44 release :
55 types : [created]
6+ workflow_dispatch : # Allow manual triggering (for now)
67
78permissions :
89 contents : read
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ There have been a couple cases recently where I wanted to work with an OSS tool
1919
2020This 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
2424For instance, to create an ` smtp ` logger service in your ` docker-compose.yml ` :
2525
You can’t perform that action at this time.
0 commit comments