[Makefile] Added some pushes to the GHA update

This commit is contained in:
Salvador E. Tropea 2022-10-19 10:38:51 -03:00
parent 9e01540613
commit 94bf782958
1 changed files with 4 additions and 0 deletions

View File

@ -193,19 +193,23 @@ py_clean:
update_gha:
cp Dockerfile_k5 Dockerfile
git commit -m "[CI/CD] Updating Github Action v2 for KiCad 5 latest" Dockerfile
git push
git tag -f -a v2 -m "GitHub Action v2 for KiCad 5"
git push origin -f --tags
cp Dockerfile_dk5 Dockerfile
git commit -m "[CI/CD] Updating Github Action v2 for KiCad 5 development" Dockerfile
git push
git tag -f -a v2_d -m "GitHub Action v2 for KiCad 5 (development)"
git tag -f -a v2_dk5 -m "GitHub Action v2 for KiCad 5 (development)"
git push origin -f --tags
cp Dockerfile_dk6 Dockerfile
git commit -m "[CI/CD] Updating Github Action v2 for KiCad 6 development" Dockerfile
git push
git tag -f -a v2_dk6 -m "GitHub Action v2 for KiCad 6 (development)"
git push origin -f --tags
cp Dockerfile_k6 Dockerfile
git commit -m "[CI/CD] Updating Github Action v2 for KiCad 6 latest" Dockerfile
git push
git tag -f -a v2_k6 -m "GitHub Action v2 for KiCad 6"
git push origin -f --tags