Skip to content

Commit

Permalink
chore: enable pushing of non-free packages
Browse files Browse the repository at this point in the history
At the moment it is kmod-nvidia.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Aug 9, 2023
1 parent fb247b5 commit 30cd584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30cd584

Please sign in to comment.