Skip to content

A plugin for Drone-CI that uses Buildah to build and push OCI images

Notifications You must be signed in to change notification settings

mattdavis90/drone-buildah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Drone-Buildah

A plugin for Drone-CI that uses Buildah to build and push OCI images.

type: pipeline
kind: docker

steps:
- name: build
  image: mattdavis90/drone-buildah
  settings:
    repo: myregistry.com/user/example
    tags:
     - latest
    username: user
    password:
      from_secret: docker_password
    target: build
    dockerfile: Dockerfile
    insecure: true
    autotag: true

About

A plugin for Drone-CI that uses Buildah to build and push OCI images

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published