File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 branches :
2222 - main
2323env :
24- VERSION_NUMBER : ' v0.6.4 '
24+ VERSION_NUMBER : ' v0.6.5 '
2525 REGISTRY_NAME : digitalghostdev/poke-cli
2626
2727jobs :
Original file line number Diff line number Diff line change 22 <img height="250" width="350" src="https://cdn.simpleicons.org/pokemon/FFCC00" alt="pokemon-logo"/>
33 <h1>Pokémon CLI</h1>
44 <img src="https://img.shields.io/github/v/release/digitalghost-dev/poke-cli?style=flat-square&logo=git&logoColor=FFCC00&label=Release%20Version&labelColor=EEE&color=FFCC00" alt="version-label">
5- <img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v0.6.4 ?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
5+ <img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v0.6.5 ?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
66 <img src="https://img.shields.io/github/actions/workflow/status/digitalghost-dev/poke-cli/ci.yml?branch=main&style=flat-square&logo=github&logoColor=FFCC00&label=CI&labelColor=EEE&color=FFCC00">
77</div >
88
@@ -40,7 +40,7 @@ _Taskfile can build the executable for you_
4040_ Use a Docker Image_
4141
4242``` bash
43- docker run --rm -it digitalghostdev/poke-cli:v0.6.3 [command] [subcommand] [flag]
43+ docker run --rm -it digitalghostdev/poke-cli:v0.6.5 [command] [subcommand] [flag]
4444```
4545
4646### Go Build
You can’t perform that action at this time.
0 commit comments