move to specific image
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m53s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m53s
Details
This commit is contained in:
parent
3e9e5c727d
commit
e6611a2969
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue