diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 83eb44b..3a83685 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 \