Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidgamero/act-medium-az
- Owner: davidgamero
- Created: 2021-11-15T17:31:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T17:35:41.000Z (about 3 years ago)
- Last Synced: 2024-10-11T09:48:24.343Z (about 1 month ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```