diff --git a/.gitea/workflows/docker-push.yaml b/.gitea/workflows/docker-push.yaml index 8fc8a16..fd48d53 100644 --- a/.gitea/workflows/docker-push.yaml +++ b/.gitea/workflows/docker-push.yaml @@ -65,10 +65,10 @@ jobs: if: steps.cache-swagger-restore.outputs.cache-hit != 'true' run: > docker run --rm - -v $(pwd):/workspace + -v ${GITHUB_WORKSPACE}:/workspace -w /workspace gitea.arcodange.lab/arcodange/dance-lessons-coach-build-cache:${{ steps.calc_hash.outputs.deps_hash }} - sh -c "ls -la && pwd && ls -la arcodange/ && go generate ./pkg/server" + sh -c "ls -la && pwd && ls -la && find . -name go.mod -type f 2>/dev/null" - name: Save Swagger Docs Cache if: steps.cache-swagger-restore.outputs.cache-hit != 'true'