From 30cd5846bd7a9cbf5e79c23b9e42a65a213276e2 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 9 Aug 2023 20:52:38 +0400 Subject: [PATCH] chore: enable pushing of non-free packages At the moment it is kmod-nvidia. Signed-off-by: Andrey Smirnov --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5a85f5280..1bf71a466 100644 --- a/.drone.yml +++ b/.drone.yml @@ -121,6 +121,7 @@ steps: commands: - docker login ghcr.io --username "$${GHCR_USERNAME}" --password "$${GHCR_PASSWORD}" - make PUSH=true + - make nonfree PUSH=true when: event: exclude: