Fixed image tag in workflow

This commit is contained in:
Sys 2021-08-24 13:12:47 +02:00
parent c8e215592d
commit 3b34223d7c
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
2 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
image: sysbot-org/tgscraper:latest image: ghcr.io/sysbot-org/tgscraper:latest
options: -v ${{ github.workspace }}:/out options: -v ${{ github.workspace }}:/out
run: | run: |
'app:export-schema --readable botapi.json' 'app:export-schema --readable botapi.json'

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.0.0] - 2021-08-23
### Added ### Added
- Support for OpenAPI schema: you can now generate code in any language! - Support for OpenAPI schema: you can now generate code in any language!
- Support for the new [sysbot/tgscraper-cache](https://github.com/Sysbot-org/tgscraper-cache) package: if installed, TGScraper will be much faster (there is no need to always fetch the live webpages)! - Support for the new [sysbot/tgscraper-cache](https://github.com/Sysbot-org/tgscraper-cache) package: if installed, TGScraper will be much faster (there is no need to always fetch the live webpages)!
@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- The parser is now more reliable, it no longer needs to be updated at every bot API release! - The parser is now more reliable, it no longer needs to be updated at every bot API release!
[Unreleased]: https://github.com/Sysbot-org/tgscraper/compare/2.1...HEAD [Unreleased]: https://github.com/Sysbot-org/tgscraper/compare/3.0...HEAD
[3.0.0]: https://github.com/Sysbot-org/tgscraper/compare/2.1...3.0
[2.1.0]: https://github.com/Sysbot-org/tgscraper/compare/2.0.1...2.1 [2.1.0]: https://github.com/Sysbot-org/tgscraper/compare/2.0.1...2.1
[2.0.1]: https://github.com/Sysbot-org/tgscraper/compare/2.0...2.0.1 [2.0.1]: https://github.com/Sysbot-org/tgscraper/compare/2.0...2.0.1
[2.0.0]: https://github.com/Sysbot-org/tgscraper/compare/1.4...2.0 [2.0.0]: https://github.com/Sysbot-org/tgscraper/compare/1.4...2.0