This commit is contained in:
13
.gitea/workflows/docker-build.yaml
Normal file
13
.gitea/workflows/docker-build.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Build & Push Linode Webhook
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
Reference in New Issue
Block a user