We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a52f5d commit f9133ddCopy full SHA for f9133dd
Dockerfile
@@ -3,7 +3,7 @@ ADD . /app
3
WORKDIR /app
4
5
# We are installing a dependency here directly into our app source dir
6
-RUN pip install --target=/app pygithub==1.54.1 jira github-action-utils==1.1.0
+RUN pip install --target=/app pygithub==1.54.1 jira==3.0.1 github-action-utils==1.1.0
7
8
# A distroless container image with Python and some basics like SSL certificates
9
# https://github.com/GoogleContainerTools/distroless
action.yml
@@ -18,4 +18,4 @@ outputs:
18
description: "Changelog output"
19
runs:
20
using: "docker"
21
- image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.3"
+ image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.4"
0 commit comments