repo created
This commit is contained in:
14
.gitea/workflows/docker-image.code-server.yml
Normal file
14
.gitea/workflows/docker-image.code-server.yml
Normal 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
|
||||
Reference in New Issue
Block a user