This commit is contained in:
16
.gitea/workflows/test.yml
Normal file
16
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Docker CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Test docker container
|
||||||
|
run: |
|
||||||
|
docker run --rm alpine echo "Hello from Docker inside Gitea Actions!"
|
||||||
Reference in New Issue
Block a user