Skip to content

Commit

Permalink
DEP: Use released version of octue with service infrastructure upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jan 9, 2024
1 parent fa3ff38 commit 905e3ee
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 905e3ee

Please sign in to comment.