chore: update ci
This commit is contained in:
@@ -4,16 +4,16 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-ci
|
||||
runs-on: gitea-runner
|
||||
container:
|
||||
image: ubuntu:ci
|
||||
image: alpine:gitea-runner
|
||||
volumes:
|
||||
- data:/var/data
|
||||
- deploy:/var/deploy
|
||||
- /var/data/zApps:/var/data/zApps
|
||||
- /var/data/zUser/apps:/var/data/zUser/apps
|
||||
- /usr/bin/docker:/usr/bin/docker
|
||||
- /usr/local/bin/kubectl:/usr/local/bin/kubectl
|
||||
steps:
|
||||
- run: echo "PATH=/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
||||
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
|
||||
- run: echo "PATH=/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
||||
- 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 "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
|
||||
Reference in New Issue
Block a user