feat: Run CI
Some checks failed
CI / Run Tests (push) Failing after 1m33s

This commit is contained in:
2024-11-14 19:52:28 -05:00
parent 63d65bd7cd
commit 6bec0d6fa5

View File

@@ -51,7 +51,7 @@ jobs:
- name: Build test image.
run: |
docker build \
-file Dockerfile.test \
--file Dockerfile.test \
--tag ${{ steps.meta.outputs.REPO_NAME }}:test \
${{ gitea.workspace }}