ci: update used image
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9m47s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9m47s
This commit is contained in:
@@ -4,14 +4,13 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-ci
|
runs-on: gitea-runner
|
||||||
container:
|
container:
|
||||||
image: ubuntu:ci
|
image: alpine:gitea-runner
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/data
|
- data:/var/data
|
||||||
- deploy:/var/deploy
|
- deploy:/var/deploy
|
||||||
- /usr/bin/docker:/usr/bin/docker
|
- /usr/bin/docker:/usr/bin/docker
|
||||||
- /usr/local/bin/kubectl:/usr/local/bin/kubectl
|
|
||||||
steps:
|
steps:
|
||||||
- run: echo "PATH=/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
- run: echo "PATH=/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
||||||
- 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."
|
||||||
|
|||||||
Reference in New Issue
Block a user