https://github.com/studiole/act-dotnet
https://github.com/studiole/act-dotnet
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/studiole/act-dotnet
- Owner: StudioLE
- Created: 2022-08-25T12:14:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T12:45:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T16:46:42.321Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# act-dotnet
A docker container for running .NET GitHub Actions locally using [act](https://github.com/nektos/act#readme).
The GitHub Action virtual images are pre-configured with more [installed software](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md) than act's containers. This container adds the relevant software for .NET environments.
## Install
[Refer to act README](https://github.com/nektos/act#installation)
## Build
```bash
docker build -t act-dotnet .
```
## Run
```bash
act --platform ubuntu-latest=act-dotnet --remote-name origin --artifact-server-path artifacts
```