paspo 1ffa99ac3a
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 23s
Container Publish / build-image (arm64) (push) Successful in 20s
Container Publish / update docker manifest (push) Successful in 10s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 4s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Successful in 6s
fix build pipeline
2025-10-03 07:46:04 +02:00
2025-10-03 07:46:04 +02:00
2022-02-17 20:52:50 +01:00
2022-02-17 20:52:50 +01:00
2025-10-03 07:46:04 +02:00
2022-02-17 20:52:50 +01:00
2022-02-17 20:52:50 +01:00
2025-06-15 12:20:46 +02:00

drone aptly pusher

Build Status

drone plugin meant to send .deb packages to an aptly repository

usage

  - name: push to repo
    image: docker.asperti.com/paspo/docker-aptly-pusher
    settings:
      api_url: https://deb.asperti.com/api
      repo: collrepo
      distribution: distro01
      http_user: optional_http_user
      http_pass: optional_http_password
      passphrase: OptionalSupersecretPassphrase
      files: 
        - debs/*.deb

http_user, http_pass and passphrase are best used with drone secrets.

Description
No description provided
Readme GPL-3.0 47 KiB
Languages
Shell 91.2%
Dockerfile 8.8%