Skip to content

Commit

Permalink
MRG: Merge pull request #8 from octue/release-0.3.0
Browse files Browse the repository at this point in the history
Use filtered subscriptions
  • Loading branch information
cortadocodes authored Jan 9, 2024
2 parents fa3ff38 + 905e3ee commit 13d63b3
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 144 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.3.0.beta-0
RUN pip install git+https://github.com/octue/create-push-subscription.git@0.3.0

COPY create_push_subscription/entrypoint.sh /entrypoint.sh

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.3.0.beta-0'
image: 'docker://octue/create-push-subscription:0.3.0'
args:
- ${{ inputs.project_name }}
- ${{ inputs.service_namespace }}
Expand Down
Loading

0 comments on commit 13d63b3

Please sign in to comment.