fix: add container image

This commit is contained in:
lab 2023-11-09 17:15:02 +08:00
parent c164b34821
commit 5e14683cd8

View File

@ -9,6 +9,8 @@ on:
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"