From 3feb265b2652fcc5c708615537eb5d930ada7d49 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Fri, 29 Oct 2021 15:21:36 +0200 Subject: [PATCH] IBX-1232: Hotfix for PyGithub --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90735b2..628b946 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ADD . /app WORKDIR /app # We are installing a dependency here directly into our app source dir -RUN pip install --target=/app pygithub jira +RUN pip install --target=/app pygithub==1.54.1 jira # A distroless container image with Python and some basics like SSL certificates # https://github.com/GoogleContainerTools/distroless diff --git a/action.yml b/action.yml index f1b07d7..459ff39 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ outputs: description: "Changelog output" runs: using: "docker" - image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.1" + image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.2"