No description
  • Shell 91.3%
  • Dockerfile 8.7%
Find a file
paspo 91486ec56b
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Failing after 7s
Container Publish / build-image (amd64) (push) Successful in 35s
Container Publish / update docker manifest (push) Has been skipped
actions update
2026-04-28 08:56:22 +02:00
.forgejo/workflows actions update 2026-04-28 08:56:22 +02:00
.dockerignore first release 2022-02-17 20:52:50 +01:00
.gitignore first release 2022-02-17 20:52:50 +01:00
Dockerfile alpine pinned to 3.23 2026-04-28 08:55:02 +02:00
LICENSE first release 2022-02-17 20:52:50 +01:00
README.md first release 2022-02-17 20:52:50 +01:00
renovate.json Add renovate.json 2026-03-09 11:11:48 +00:00
run.sh fix some shellchecks 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.