ci: update used image
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9m47s

This commit is contained in:
Zpekii
2026-01-23 21:11:41 +08:00
parent f857739e92
commit 4c1a905088

View File

@@ -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."