move to specific image
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m53s Details

This commit is contained in:
Martyn Ranyard 2023-11-07 13:39:15 +01:00
parent 3e9e5c727d
commit e6611a2969
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container:
image: imartyn/rust-xwin:dev
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!"