diff --git a/.gitea/workflows/glance.yaml b/.gitea/workflows/glance.yaml index 73aaade..04ba8ea 100644 --- a/.gitea/workflows/glance.yaml +++ b/.gitea/workflows/glance.yaml @@ -22,4 +22,4 @@ jobs: password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: | - which docker \ No newline at end of file + docker container ls \ No newline at end of file