From 94bf782958c7f204c70d92697c799ecc6dd7c872 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 19 Oct 2022 10:38:51 -0300 Subject: [PATCH] [Makefile] Added some pushes to the GHA update --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 03f6f54a..5558ea0a 100644 --- a/Makefile +++ b/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