use specific container

This commit is contained in:
Arneth
2023-05-04 16:00:27 -04:00
parent c928c8ddfd
commit 4597d4152f
+1
View File
@@ -5,6 +5,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: [self-hosted, windows]
container: nostalgic_brown
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"