feat: debug image name

This commit is contained in:
Leandro Costa 2025-06-21 18:40:45 -03:00
parent 82493003e8
commit eccda535da
5 changed files with 72 additions and 5 deletions

3
force-push.sh Executable file
View file

@ -0,0 +1,3 @@
#/bin/sh
git add .; git commit --amend --no-edit; git push --force; git tag -d v1; git tag v1; git push --force origin v1;