Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidgamero/act-medium-az

nektos act medium runner image with az-cli installed
https://github.com/davidgamero/act-medium-az

Last synced: 23 days ago
JSON representation

nektos act medium runner image with az-cli installed

Awesome Lists containing this project

README

        

# act-medium-az

A dockerfile for building the [Nektos Act](https://github.com/nektos/act) medium image on ubuntu-latest with az-cli included

This should fix issues running az-login github action

## How to use

Build docker image locally

```
$ ./build.sh
```

Set as test runner for desired image for act in `~/.act.rc`
```
-P ubuntu-latest=act-medium-az
```