Skip to content

upciti/wakemeops-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cicd

wakemeops-action

⚠️ This action is currently unstable. Do not use it in production.

⚠️ Running this action inside containers is currently not supported.

Introduction

This action lets you easily install packages from the WakeMeOps Debian repository on linux runners.

WakeMeOps is a Debian repository containing - among other things - up-to-date devops tools such as kubectl, kustomize, helm, helmfile, ...

For more information see https://docs.wakemeops.com and https://github.com/upciti/wakemeops.

Usage example

- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      helm=3.7.2*
      kustomize=4.4.1*
      kubectl=1.22.4*