Skip to content

Commit

Permalink
Fixing OpenAPI CLI image sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Jun 28, 2024
1 parent 51304a0 commit de68886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-client-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Generate Python client package
run: |
docker run --rm -v "${PWD}:/local" \
openapitools/openapi-generator-cli@sha256:a1460b4c11dc8c883cd34b2dbfe19d08954aea2f533cf238ff24a1fd71462aa4 \
openapitools/openapi-generator-cli@sha256:bb46f68d9fd14502760f4c6b6fc31f56bdcff38b6a939eb2e2ef0a47afc3c899 \
generate \
-i /local/city-sr-api.json \
-g python \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Docker container:

```bash
docker run --rm -v "${PWD}:/local" \
openapitools/openapi-generator-cli@sha256:a1460b4c11dc8c883cd34b2dbfe19d08954aea2f533cf238ff24a1fd71462aa4 \
openapitools/openapi-generator-cli@sha256:bb46f68d9fd14502760f4c6b6fc31f56bdcff38b6a939eb2e2ef0a47afc3c899 \
generate \
-i /local/city-sr-api.json \
-g python \
Expand Down

0 comments on commit de68886

Please sign in to comment.