feat(ci): Add testing CI
This commit is contained in:
parent
714f9c09dd
commit
d66364ba14
15
.gitea/workflows/container-build.yaml
Normal file
15
.gitea/workflows/container-build.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: S3 mount container image build
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [arm64]
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "Testing"
|
||||
- run: ls
|
Loading…
Reference in New Issue
Block a user