Add .gitea/workflows/push.yaml

This commit is contained in:
ties 2024-08-29 13:44:04 +00:00
parent ecee9d883b
commit 22d8a8b2be

View 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) }}