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:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: imartyn/rust-xwin:dev
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- 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!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
|
Loading…
Reference in New Issue