repo created

This commit is contained in:
2024-09-01 15:16:40 +01:00
commit 7ae82d19f3
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
on:
push:
paths:
- "docker/**"
- ".gitea/workflows/**code-server**.yml"
jobs:
build-docker-image:
runs-on: ubuntu:latest
steps:
- name: Checkout code
uses: actions/checkout@v2