No description
  • Shell 91.3%
  • Dockerfile 8.7%
Find a file
Renovate Bot 66cf6b021c
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Failing after 10s
Container Publish / build-image (amd64) (push) Failing after 1s
Container Publish / update docker manifest (push) Has been skipped
Update https://code.forgejo.org/actions/checkout action to v7
2026-08-04 20:44:02 +00:00
.forgejo/workflows Update https://code.forgejo.org/actions/checkout action to v7 2026-08-04 20:44:02 +00:00
.dockerignore first release 2022-02-17 20:52:50 +01:00
.gitignore first release 2022-02-17 20:52:50 +01:00
Dockerfile Update alpine Docker tag to v3.24 2026-06-09 20:35:14 +00: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.