From d70e7878d3b40b5e257a11df7c6f6d7c1bda400d Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 6 Feb 2023 17:25:02 +0000 Subject: [PATCH] OPS: Update version used in action --- Dockerfile | 2 +- README.md | 2 +- action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed89d37..63eb0c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10.7-slim RUN apt-get update -y && apt-get install -y --fix-missing curl git && rm -rf /var/lib/apt/lists/* -RUN pip3 install git+https://github.com/octue/get-deployment-info@0.1.2 +RUN pip3 install git+https://github.com/octue/get-deployment-info@0.1.3 COPY get_deployment_info/entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index 205b580..c2e7cdd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ steps: - name: Get deployment info id: get-deployment-info - uses: octue/get-deployment-info@0.1.2 + uses: octue/get-deployment-info@0.1.3 with: gcp_project_name: test-project gcp_project_number: 1234 diff --git a/action.yaml b/action.yaml index 174e811..25c163b 100644 --- a/action.yaml +++ b/action.yaml @@ -59,7 +59,7 @@ outputs: runs: using: "docker" - image: "docker://octue/get-deployment-info:0.1.2" + image: "docker://octue/get-deployment-info:0.1.3" args: - ${{ inputs.gcp_project_name }} - ${{ inputs.gcp_project_number }}