From 72baea47df3c3ba97e582701c3ce4f9e6ea24fd4 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 19 Jan 2023 20:03:50 -0300 Subject: [PATCH] [CI/CD] Force docker image regeneration - To apply the new MANIFEST --- .github/workflows/pythonapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 85b944b2..4421b3f1 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -169,7 +169,7 @@ jobs: push_to_registry: name: Push Docker image to Docker Hub and GitHub Packages runs-on: ubuntu-latest - needs: test + # needs: test permissions: packages: write contents: read @@ -215,7 +215,7 @@ jobs: push_to_registry_k6: name: Push Docker image to Docker Hub (KiCad 6) runs-on: ubuntu-latest - needs: test + # needs: test permissions: packages: write contents: read