Add .gitea/workflows/push.yaml
This commit is contained in:
parent
ecee9d883b
commit
22d8a8b2be
19
.gitea/workflows/push.yaml
Normal file
19
.gitea/workflows/push.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Deploy
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Docker Test
|
||||
uses: docker://git.ties.one/public/custom_act_runner:latest
|
||||
env:
|
||||
action: package
|
||||
REPO_SECRET: ${{ secrets.REPO_SECRET }}
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
Loading…
x
Reference in New Issue
Block a user