-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79a1cf8
commit 7bee3b6
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
RUN pip3 install git+https://github.com/octue/[email protected].3 | ||
|
||
COPY get_deployment_info/entrypoint.sh /entrypoint.sh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ steps: | |
|
||
- name: Get deployment info | ||
id: get-deployment-info | ||
uses: octue/[email protected].2 | ||
uses: octue/[email protected].3 | ||
with: | ||
gcp_project_name: test-project | ||
gcp_project_number: 1234 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "get-deployment-info" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
description = "A Github Action that gets the information required to build and deploy an Octue service." | ||
authors = ["Marcus Lugg <[email protected]>"] | ||
readme = "README.md" | ||
|