feat: Run CI
Some checks failed
CI / Run Tests (push) Failing after 10s

This commit is contained in:
2024-11-14 19:51:25 -05:00
parent 320f3e792e
commit 63d65bd7cd

View File

@@ -44,8 +44,12 @@ jobs:
- name: Buildx Help.
run: docker buildx build --help
- name: List files.
run: |
ls ${{ gitea.workspace }}
- name: Build test image.
run: >
run: |
docker build \
-file Dockerfile.test \
--tag ${{ steps.meta.outputs.REPO_NAME }}:test \