Skip to content

Commit

Permalink
DEP: Use octue=0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jul 16, 2024
1 parent 36368f9 commit 293ef5b
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 166 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 git && rm -rf /var/lib/apt/lists/*

RUN pip install git+https://github.com/octue/create-push-subscription.git@0.4.1.beta-0
RUN pip install git+https://github.com/octue/create-push-subscription.git@0.4.1

COPY create_push_subscription/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:
run: echo "PACKAGE_VERSION=$(poetry version -s)" >> $GITHUB_OUTPUT
# run: echo "PACKAGE_VERSION=$(python setup.py --version)" >> $GITHUB_OUTPUT <- Use this instead if your package uses a `setup.py` file.

- uses: octue/create-push-subscription@0.4.1.beta-0
- uses: octue/create-push-subscription@0.4.1
with:
project_name: project-name
service_namespace: my-org
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://octue/create-push-subscription:0.4.1.beta-0'
image: 'docker://octue/create-push-subscription:0.4.1'
args:
- ${{ inputs.project_name }}
- ${{ inputs.service_namespace }}
Expand Down
Loading

0 comments on commit 293ef5b

Please sign in to comment.