Skip to content

Commit

Permalink
OPS: Update version used in action
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Feb 6, 2023
1 parent 5edf1d3 commit d70e787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d70e787

Please sign in to comment.