2 Commits

Author SHA1 Message Date
35b20d1a02 add button to set shot group to zero
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-10 22:01:32 -05:00
5e4d4d88e7 fix moving ammo between containers 2022-11-10 21:45:50 -05:00
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@ steps:
repo: shibaobun/cannery
purge: true
compress: true
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
username:
from_secret: docker_username
password:
@ -55,7 +55,7 @@ steps:
repo: shibaobun/cannery
purge: true
compress: true
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
username:
from_secret: docker_username
password:

View File

@ -16,7 +16,6 @@
- Add ammo cloning
- Add ammo type cloning
- Add container cloning
- Fix bug with moving ammo packs between containers
- Add button to set rounds left to 0 when creating a shot group
- Update project dependencies