Skip to content

buildkite/setup-bk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action to install and setup bk

Build

Installs the latest version of the Buildkite CLI (bk) for use from GitHub Actions.

Example usage

name: Push Package

on:
  push:
    branches: ["main"]

jobs:
  publish:
    name: Push Package
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - uses: buildkite/setup-bk@v1
      - run: bk package push my-registry my-package.deb

Thanks

Inspired by setup-crane action by @imjasonh.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published