[Makefile] Added some pushes to the GHA update
This commit is contained in:
parent
9e01540613
commit
94bf782958
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue