test this shit
Some checks failed
Build OCI Image / docker (push) Failing after 6s
TEST / docker (push) Failing after 44s

This commit is contained in:
2025-10-02 00:18:01 +08:00
parent e09fe7366f
commit 8e3d6d4f17

View File

@@ -0,0 +1,17 @@
name: TEST
on:
workflow_dispatch:
push:
branches:
- main
tags:
- 'v*'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3