From a4d4f806e8d9a9f019c18c667afa1e703b4bf97e Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 11 Mar 2026 19:41:34 +0000 Subject: [PATCH] Workflows: release: "docker plugin" does not allow duplicates anymore --- .dockerignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 109bce0..0d0a628 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,11 @@ __pycache__ +/.dockerignore /.git +/.github /.gitignore /.idea /config.json +/package.sh /rootfs -/test -/test.sh +/test* /venv -- Gitblit v1.10.0